Description
Measure which Python code ran during tests or other executions. It helps developers see untested branches, files, and lines so they can improve confidence in changes.
This is a terminal and tooling package, not a test suite by itself. Coverage numbers do not prove correctness; they should guide better tests, especially around important behavior and failure paths.