Skip to content

Commit 87ade97

Browse files
committed
Update README.md
1 parent 2e7891c commit 87ade97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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
4242
Configure 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")

0 commit comments

Comments
 (0)