Update documentation related to tests and naming rules.
This commit is contained in:
parent
11a641cb93
commit
54b0ef9629
2 changed files with 40 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue