Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 355 Bytes

CODE_COVERAGE.md

File metadata and controls

9 lines (6 loc) · 355 Bytes

Code Coverage Report generation

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

Windows: gradlew cobertura Linux/Unix/ OSX: ./gradlew cobertura

This will generate code coverage report for all the modules. In order to view the report for a module, open the following file in your browser.

build/reports/cobertura/index.html