Update documentation related to tests and naming rules.

This commit is contained in:
Benoit Marty 2023-02-14 15:53:45 +01:00 committed by Benoit Marty
parent 11a641cb93
commit 54b0ef9629
2 changed files with 40 additions and 10 deletions

View file

@ -207,6 +207,8 @@ koverMerged {
bound {
minValue = 50
// Setting a max value, so that if coverage is bigger, it means that we have to change minValue.
// For instance if we have minValue = 25 and maxValue = 30, and current code coverage is now 37.32%, update
// minValue to 35 and maxValue to 40.
maxValue = 55
counter = kotlinx.kover.api.CounterType.INSTRUCTION
valueType = kotlinx.kover.api.VerificationValueType.COVERED_PERCENTAGE