Get coverage report
get_coverage_reportRun a Gradle coverage task (Kover/Jacoco) and get per-package line coverage summary. Supports custom tasks and parsing existing reports without re-running Gradle.
Instructions
Run a coverage Gradle task (Kover or Jacoco) and summarize line coverage per package. Tries koverXmlReport by default; pass 'task' for a custom one (e.g. jacocoTestReport). The project must apply a coverage plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Coverage task to run, e.g. 'koverXmlReportDebug' | |
| module | No | Module (defaults to session) | |
| skipRun | No | Only parse an existing report without running Gradle | |
| projectDir | No | Project root (defaults to session) |