kover

Installation
SKILL.md

Kover

1. Scope+version

  1. DEFINE Gradle | Maven | JVM agent | CLI/offline; single/multi-module; JVM/Android/KMP; report/threshold/instrumentation problem.
  2. IDENTIFY test tasks, JVM classes, report variant, merging module, CI consumer, current Kover/Kotlin/Gradle/AGP/JDK versions, engine.
  3. READ current home, selected integration page, and latest release. Published docs may lag release; use one verified version across plugin/artifacts/agent/CLI.
  4. 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.

3. Establish coverage contract

Installs
12
Repository
trancee/skills
First Seen
Aug 30, 2026
kover — trancee/skills