CMD + K

coverage

Anaconda Verified

Code coverage measurement for Python

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::coverage

Usage Tracking

7.11.0
7.6.9
7.6.1
7.2.2
6.3.2
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not.

About

Summary

Code coverage measurement for Python

Last Updated

Oct 27, 2025 at 09:46

License

Apache-2.0

Total Downloads

297.4K

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 7.2.2
win-32 Last supported version: 6.3.2
linux-s390x Last supported version: 7.6.9
macOS-64 Last supported version: 7.6.9
linux-32 Last supported version: 4.5.2