verifyAppend

abstract fun verifyAppend(config: Action<KoverVerifyTaskConfig>)(source)

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") {
// ...
}
}