Global coverage is now 45.7 🚀

This commit is contained in:
Benoit Marty 2023-02-09 18:43:17 +01:00
parent 6169323043
commit beb9df262d

View file

@ -196,9 +196,9 @@ koverMerged {
name = "Global minimum code coverage." name = "Global minimum code coverage."
target = kotlinx.kover.api.VerificationTarget.ALL target = kotlinx.kover.api.VerificationTarget.ALL
bound { bound {
minValue = 40 minValue = 45
// Setting a max value, so that if coverage is bigger, it means that we have to change minValue. // Setting a max value, so that if coverage is bigger, it means that we have to change minValue.
maxValue = 45 maxValue = 50
counter = kotlinx.kover.api.CounterType.LINE counter = kotlinx.kover.api.CounterType.LINE
valueType = kotlinx.kover.api.VerificationValueType.COVERED_PERCENTAGE valueType = kotlinx.kover.api.VerificationValueType.COVERED_PERCENTAGE
} }