mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-10 07:58:03 -05:00
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>
251 B
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