CMD + K

coverage

Community

Code coverage measurement for Python

Installation

To install this package, run one of the following:

Conda
$conda install free::coverage

Usage Tracking

4.4.1
4.3.4
4.2
4.1
4.0.3
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

Dec 10, 2019 at 22:13

License

Apache 2.0

Total Downloads

1.9K

Supported Platforms

linux-64
win-32
macOS-64
linux-32
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 4.3.4