py310-coverage (python/py-coverage) Updated: 3 weeks, 6 days ago Add to my watchlist

Code coverage measurement for Python

Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

Version: 7.4.4 License: Apache-2 GitHub