Kover Verify Task Config
Configuration of the coverage's result verification with the specified rules.
Example:
verify {
onCheck = true
rule {
// ...
}
rule("Custom Name") {
// ...
}
// fail on verification error
warningInsteadOfFailure = false
}
Content copied to clipboard