api / org.gradle.testing.jacoco.plugins / JacocoTaskExtension / getExcludes

getExcludes

@Optional @Input open fun getExcludes(): MutableList<String>

List of class names that should be excluded from analysis. Names can use wildcard (* and ?). Defaults to an empty list.