SupercovDocumentation

Documentation

Supercov documentation

Install Supercov, run a test suite, inspect coverage gaps, and compare runs.

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> latest

Every query accepts --json. Collections accept --limit and --offset and print a copyable next-page command.