Skip to content

Commit bb6ee41

Browse files
committed
- Update README.md to reflect actual location of the generated coverage reports
1 parent 22b63be commit bb6ee41

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
@@ -87,7 +87,7 @@ Finally, add the plugin to the build.
8787
```
8888

8989
Then you can run your build as normal eg mvn clean test, or maven clean install.
90-
After that you can run mvn scoverage:report to generate the XML / HTML reports which you will find inside target/coverage-report.
90+
After that you can run mvn scoverage:report to generate the XML / HTML reports which you will find inside ``${project.build.outputDirectory}/coverage-report. ``
9191

9292
Of course you can setup the plugin to run as part of the normal build, without having to enter mvn scoverage:report, by simply binding the plugin to a phase.
9393

0 commit comments

Comments
 (0)