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

getIncludes

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

List of class names that should be included in analysis. Names can use wildcards (* and ?). If left empty, all classes will be included. Defaults to an empty list.