- All Implemented Interfaces:
- org.gradle.api.Plugin<org.gradle.api.Project>
@Incubating
public abstract class JacocoReportAggregationPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Adds configurations to for resolving variants containing JaCoCo code coverage results, which may span multiple subprojects. Reacts to the presence of the jvm-test-suite plugin and creates
tasks to collect code coverage results for each named test-suite.
- Since:
- 7.4
- See Also:
- JaCoCo Report Aggregation Plugin reference