Browse Source

Typo

jme/20-permission-management
Benoit Marty 2 years ago
parent
commit
41965a8bcc
  1. 2
      build.gradle.kts

2
build.gradle.kts

@ -217,7 +217,7 @@ koverMerged {
valueType = kotlinx.kover.api.VerificationValueType.COVERED_PERCENTAGE valueType = kotlinx.kover.api.VerificationValueType.COVERED_PERCENTAGE
} }
} }
// Rule to ensure that coverage of State is sufficient. // Rule to ensure that coverage of States is sufficient.
rule { rule {
name = "Check code coverage of states" name = "Check code coverage of states"
target = kotlinx.kover.api.VerificationTarget.CLASS target = kotlinx.kover.api.VerificationTarget.CLASS

Loading…
Cancel
Save