File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins {
2424
2525### Step 2: Configure the plugin in the root ` build.gradle[.kts] ` file
2626``` kotlin
27- configure< JacocoAggregateCoveragePluginExtension > {
27+ jacocoAggregateCoverage {
2828 jacocoTestReportTask.set(" YOUR_JACOCO_TEST_REPORT_TASK" )
2929 // Other optional configurations
3030}
@@ -41,7 +41,7 @@ The unified report will be generated at **`build/reports/jacocoAggregated/index.
4141# Configuration
4242Configure the plugin in your root-level ` build.gradle[.kts] ` file:
4343``` kotlin
44- configure< JacocoAggregateCoveragePluginExtension > {
44+ jacocoAggregateCoverage {
4545 jacocoTestReportTask.set(" jacocoTestDebugUnitTestReport" )
4646 // Add the report directory only if you have a custom directory set
4747 configuredCustomReportsDirectory.set(" customJacocoReportDir" )
You can’t perform that action at this time.
0 commit comments