This package browser is in early development. Mind the rough edges.

python-coverage 7.11.0

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.

Installation

Install python-coverage 7.11.0 as follows:

guix install [email protected]

Or install the latest version:

guix install python-coverage

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.