Better to use INSTRUCTION.
This commit is contained in:
parent
414430b5da
commit
fbfb1ccd85
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ koverMerged {
|
|||
minValue = 45
|
||||
// Setting a max value, so that if coverage is bigger, it means that we have to change minValue.
|
||||
maxValue = 50
|
||||
counter = kotlinx.kover.api.CounterType.LINE
|
||||
counter = kotlinx.kover.api.CounterType.INSTRUCTION
|
||||
valueType = kotlinx.kover.api.VerificationValueType.COVERED_PERCENTAGE
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue