Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azizutku committed Nov 8, 2023
1 parent 2e7891c commit 87ade97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {

### Step 2: Configure the plugin in the root `build.gradle[.kts]` file
```kotlin
configure<JacocoAggregateCoveragePluginExtension> {
jacocoAggregateCoverage {
jacocoTestReportTask.set("YOUR_JACOCO_TEST_REPORT_TASK")
// Other optional configurations
}
Expand All @@ -41,7 +41,7 @@ The unified report will be generated at **`build/reports/jacocoAggregated/index.
# Configuration
Configure the plugin in your root-level `build.gradle[.kts]` file:
```kotlin
configure<JacocoAggregateCoveragePluginExtension> {
jacocoAggregateCoverage {
jacocoTestReportTask.set("jacocoTestDebugUnitTestReport")
// Add the report directory only if you have a custom directory set
configuredCustomReportsDirectory.set("customJacocoReportDir")
Expand Down

0 comments on commit 87ade97

Please sign in to comment.