coverage
Installation
SKILL.md
Coverage
What to cover
Same two dimensions as the run-tests skill — test type, optionally narrowed
to a module / group:
| Coverage by | Typical Gradle task | Meaning |
|---|---|---|
all (default) |
jacocoTestReport |
Both suites merged (test + testIntgr) — what the baseline is expressed in. Needs Docker. |
unit |
jacocoTestReport -x testIntgr |
What the fast tests alone cover. |
integration |
jacocoTestReport -x test |
What the Testcontainers tests alone cover. Needs Docker. |
| + a module / group | --tests <glob>, or a subproject path (:web:test) |
Narrows any of the above to one package/class/subproject. |
Pick the path
Probe FIRST, here, before loading either reference — so you read only the one you
need. Call steroid_list_projects (via ToolSearch if the tool schema isn't
loaded):