Audience

Any user looking for a solution to measure line and branch coverage to produce test reports

About Coverage.py

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. Use coverage run to run your test suite and gather data. However you normally run your test suite, and you can run your test runner under coverage. If your test runner command starts with “python”, just replace the initial “python” with “coverage run”. To limit coverage measurement to code in the current directory, and also find files that weren’t executed at all, add the source argument to your coverage command line. By default, it will measure line (statement) coverage. It can also measure branch coverage. It can tell you what tests ran which lines.

Pricing

Starting Price:
Free
Free Version:
Free Version available.

Integrations

API:
Yes, Coverage.py offers API access

Ratings/Reviews

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Company Information

Coverage.py
United States
coverage.readthedocs.io/en/7.0.0/

Videos and Screen Captures

Coverage.py Screenshot 1
Other Useful Business Software
Composable, Open Source Payments Platform Icon
Composable, Open Source Payments Platform

Build or enhance your payments stack, while maintaining control with an open-source, full-stack and modular infrastructure.

Juspay's Payments Orchestration Platform offers a comprehensive product suite for businesses, including open-source payment orchestration, global payouts, seamless authentication, payment tokenization, fraud & risk management, end-to-end reconciliation, unified payment analytics & more. The company’s offerings also include end-to-end white label payment gateway solutions & real-time payments infrastructure for banks. These solutions help businesses achieve superior conversion rates, reduce fraud, optimize costs, and deliver seamless customer experiences at scale.
Learn More

Product Details

Platforms Supported
Windows
Mac
Linux
Training
Documentation
Support
Online

Coverage.py Frequently Asked Questions

Q: What kinds of users and organization types does Coverage.py work with?
Q: What languages does Coverage.py support in their product?
Q: What kind of support options does Coverage.py offer?
Q: What other applications or services does Coverage.py integrate with?
Q: Does Coverage.py have an API?
Q: What type of training does Coverage.py provide?
Q: How much does Coverage.py cost?

Coverage.py Product Features