Files
linea-besu/docs/development/code-coverage.md
Nicolas MASSART 12e3d10913 Doc migration (#381)
Readthedoc migration, still some content to update from the wiki that were updated after I made the last diff
- fixes #406 by configuring readthedocs
- fixes #407 by configuring material theme
- fixes #408 by adding footer with jQuery to enable readthedocs.org versions
- fixes #409 
- fixes #410 
- fixes #411

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2018-12-18 09:48:32 +01:00

251 B

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