verify Append
Configure coverage verification for current report variant.
Using this block will add additional bounds to those that were inherited and specified earlier. In order to clear the existing bounds, use verify.
verifyAppend {
onCheck = true
rule {
// ...
}
rule("Custom Name") {
// ...
}
}
Content copied to clipboard