Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 251 Bytes

code-coverage.md

File metadata and controls

10 lines (7 loc) · 251 Bytes

Code coverage

We use the jacoco test coverage plugin, which will generate coverage data whenever tests are run.

To run the report:

./gradlew test jacocoTestReport

The report will be available at build/reports/jacoco/test/html/index.html