Skip to content

Commit 00d2744

Browse files
committed
Fix wrong path for jacoco coverage report
1 parent a69d9ed commit 00d2744

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
@@ -74,7 +74,7 @@ JaCoCo generates unit test and integration test coverage reports in XML and HTML
7474

7575
### Coverage report location
7676

77-
`build/reports/jacoco/test/jacocoTestReport.html`
77+
`build/reports/jacoco/test/html/index.html`
7878

7979
----------
8080

0 commit comments

Comments
 (0)