Description
Coverage reports can show which legacy Python 2 lines, branches, and modules were exercised by tests. This command-line tool helps maintainers measure and review test coverage for older projects.
It runs project code under coverage measurement and writes report data. Treat coverage results as a testing signal, not proof that behavior is correct.