Documentation
Supercov documentation
Install Supercov, run a test suite, inspect coverage gaps, and compare runs.
Get started
Reference
CLI reference
Commands, queries, flags, output formats, and exit codes.
Coverage model
Coverage obligations, MC/DC witnesses, and blocked verdicts.
Supported suites
Supported runners, attribution levels, builds, and remote execution.
Evidence and runs
Run storage, queries, comparisons, merging, and pruning.
Guarantees
Quick start
three commands
# 1. run the suite you already have
$ npx supercov -- npm test
# 2. find the next useful targets
$ npx supercov runs latest gaps --limit 10
# 3. prove the improvement
$ npx supercov diff <older-run> latestEvery query accepts --json. Collections accept --limit and --offset and print a copyable next-page command.
