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

getIncludes

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

List of elements that should be included in check. Names can use wildcards (* and ?). If left empty, all elements will be included. Defaults to [*].