api / org.gradle.testing.jacoco.tasks.rules / JacocoViolationRule / getExcludes

getExcludes

@Input abstract fun getExcludes(): MutableList<String>

List of elements that should be excluded from check. Names can use wildcards (* and ?). If left empty, no elements will be excluded. Defaults to an empty list.