kover
Installation
SKILL.md
Kover
1. Scope+version
- DEFINE Gradle | Maven | JVM agent | CLI/offline; single/multi-module; JVM/Android/KMP; report/threshold/instrumentation problem.
- IDENTIFY test tasks, JVM classes, report variant, merging module, CI consumer, current Kover/Kotlin/Gradle/AGP/JDK versions, engine.
- READ current home, selected integration page, and latest release. Published docs may lag release; use one verified version across plugin/artifacts/agent/CLI.
- Kover measures JVM bytecode only: JVM tests and Android local unit tests. KMP JS/Native tests and Android device instrumentation tests are outside coverage.
2. Inspect
RUN from repository root:
python3 scripts/inspect-project.py --root . --json
CONFIRM plugin/version/modules, project types, kover(project(...)), engine, variants, filters, verification bounds, disabled test tasks/source sets, Maven goals, report paths. Discover wrapper tasks; use full task paths.