Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 298 Bytes

CODE_COVERAGE.md

File metadata and controls

7 lines (5 loc) · 298 Bytes

Code Coverage Report generation

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

mvn cobertura:cobertura

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/cobertura/index.html