Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 243 Bytes

code-coverage.md

File metadata and controls

10 lines (7 loc) · 243 Bytes

Code coverage

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

To run the report:

./gradlew test jacocoTestReport

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