Skip to content

Commit ee78b01

Browse files
committed
docs: fix
Signed-off-by: Bartosz Czyż <czyzbartosz3@gmail.com>
1 parent 77d24b3 commit ee78b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ To generate **root** level aggregated coverage, use Gradle task `jacocoAggregate
264264
./gradlew jacocoAggregatedTestReport
265265
```
266266
267-
Outputs will be stored in `build/reports/jacoco/jacocoAggregatedTestReport/html/index.html`
267+
Outputs will be stored in `/build/reports/jacoco/jacocoAggregatedTestReport/html/index.html`
268268
269269
To validate test coverage, run `jacocoAggreagetedTestCoverageVerification` Gradle task:
270270
```bash

0 commit comments

Comments
 (0)