Merge pull request #740 from mernst/coverage-documentation

Correct the command for computing code coverage
This commit is contained in:
Ilkka Seppälä
2018-04-12 20:37:30 +03:00
committed by GitHub

View File

@ -1,7 +1,7 @@
# Code Coverage Report generation
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.
> target/site/jacoco/index.html