From 87ade97c5cb605be059e93e2fb065ec93fd8483b Mon Sep 17 00:00:00 2001 From: Aziz Utku Kagitci Date: Wed, 8 Nov 2023 12:43:42 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0de9453..5fe6c5f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ plugins { ### Step 2: Configure the plugin in the root `build.gradle[.kts]` file ```kotlin -configure { +jacocoAggregateCoverage { jacocoTestReportTask.set("YOUR_JACOCO_TEST_REPORT_TASK") // Other optional configurations } @@ -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 { +jacocoAggregateCoverage { jacocoTestReportTask.set("jacocoTestDebugUnitTestReport") // Add the report directory only if you have a custom directory set configuredCustomReportsDirectory.set("customJacocoReportDir")