aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jacoco
Commit message (Collapse)AuthorAgeFilesLines
* Add JaCoCo coverage reporting to test.shKostya2026-08-202-0/+0
Vendor jacocoagent.jar/jacococli.jar under lib/jacoco/ (excluded from the shipped classpath), attach the agent during test runs, and generate an HTML+XML report into build/coverage after tests pass.