Better to use INSTRUCTION.

This commit is contained in:
Benoit Marty
2023-02-14 10:58:13 +01:00
committed by Benoit Marty
parent 414430b5da
commit fbfb1ccd85

View File

@@ -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
}
}