About Anaconda Help Download Anaconda

Code coverage measurement for Python

Installers

  • linux-aarch64 v7.6.1
  • linux-s390x v7.6.1
  • osx-64 v7.6.1
  • osx-arm64 v7.6.1
  • win-64 v7.6.1
  • linux-64 v7.6.1
  • linux-32 v4.5.2
  • linux-ppc64le v7.2.2
  • win-32 v6.3.2

conda install

To install this package run one of the following:
conda install main::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.3) Legal | Privacy Policy