Better to use INSTRUCTION.
This commit is contained in:
committed by
Benoit Marty
parent
03aa2a606e
commit
3cde7d5356
+1
-1
@@ -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