About Anaconda Help Download Anaconda

Code coverage measurement for Python

Installers

  • linux-aarch64 v4.5.1

conda install

To install this package run one of the following:
conda install c4aarch64::coverage

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.5) Legal | Privacy Policy