Near zero-overhead Python code coverage tool that uses bytecode instrumentation to measure line and branch coverage with minimal performance impact. Current version 1.0.18, supports Python 3.8 to 3.14, maintained actively on GitHub.
pip install slipcoverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: start/stop coverage and print summary
Use Python 3.8 to 3.14.
pip install --upgrade slipcover>=1.0.12
Upgrade to >=1.0.18 or use separate `--source` and `--omit` invocations.