Better to use INSTRUCTION.
This commit is contained in:
committed by
Benoit Marty
parent
414430b5da
commit
fbfb1ccd85
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user