Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-08-11 00:25:37 -07:00
parent 0719d81d3c
commit 47ebc7692c
9 changed files with 2 additions and 410 deletions

View file

@ -22,7 +22,7 @@ public void jacoco() throws IOException {
./bld compile jacoco
```
- The HTML, CVS and XML reports will be automatically created in the `build/reports/jacoco/test` directory.
- The HTML, CSV and XML reports will be automatically created in the `build/reports/jacoco/test` directory.
- The execution coverage data will be automatically recorded in the `build/jacoco/jacoco.exec` file.
Please check the [JacocoReportOperation documentation](https://rife2.github.io/bld-jacoco-report/rife/bld/extension/JacocoReportOperation.html#method-summary) for all available configuration options.