Description
Adds coverage reporting to pytest through coverage.py integration. It helps projects see which Python lines, branches, subprocesses, or distributed test paths were exercised by tests.
Coverage is a signal, not proof of quality. Review missing paths and keep behavior-focused tests for important workflows.