File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins {
24
24
25
25
### Step 2: Configure the plugin in the root ` build.gradle[.kts] ` file
26
26
``` kotlin
27
- configure< JacocoAggregateCoveragePluginExtension > {
27
+ jacocoAggregateCoverage {
28
28
jacocoTestReportTask.set(" YOUR_JACOCO_TEST_REPORT_TASK" )
29
29
// Other optional configurations
30
30
}
@@ -41,7 +41,7 @@ The unified report will be generated at **`build/reports/jacocoAggregated/index.
41
41
# Configuration
42
42
Configure the plugin in your root-level ` build.gradle[.kts] ` file:
43
43
``` kotlin
44
- configure< JacocoAggregateCoveragePluginExtension > {
44
+ jacocoAggregateCoverage {
45
45
jacocoTestReportTask.set(" jacocoTestDebugUnitTestReport" )
46
46
// Add the report directory only if you have a custom directory set
47
47
configuredCustomReportsDirectory.set(" customJacocoReportDir" )
You can’t perform that action at this time.
0 commit comments