Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 261 Bytes

CODE_COVERAGE.md

File metadata and controls

7 lines (5 loc) · 261 Bytes

Code Coverage Report generation

To generate the code coverage report, execute the following command:

mvn clean verify

This will generate code coverage report. In order to view it, open the following file in your browser

target/site/cobertura/index.html