Correct the command for computing code coverage

This commit is contained in:
Michael Ernst 2018-04-09 16:38:09 -07:00
parent 379a825182
commit 0b7343dd34

View File

@ -1,7 +1,7 @@
# Code Coverage Report generation # Code Coverage Report generation
To generate the code coverage report, execute the following command: To generate the code coverage report, execute the following command:
> mvn clean verify > mvn clean verify jacoco:report
This will generate code coverage report in each of the modules. In order to view the same, open the following file in your browser. This will generate code coverage report in each of the modules. In order to view the same, open the following file in your browser.
> target/site/jacoco/index.html > target/site/jacoco/index.html