api / org.gradle.testing.jacoco.tasks / JacocoReportBase / getAllSourceDirs

getAllSourceDirs

@Internal open fun getAllSourceDirs(): FileCollection

Gets the source directories for the classes that will be reported on. Source will be obtained from these directories only for the classes included in the report.

Return
source directories for the classes reported on

See Also
#getAllClassDirs()