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

sourceSets

open fun sourceSets(vararg sourceSets: SourceSet): Unit

Adds a source set to the list to be reported on. The output of this source set will be used as classes to include in the report. The source for this source set will be used for any classes included in the report.

Parameters

sourceSets - one or more source sets to report on