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
Auth0 for AI Agents now in GA Icon
Auth0 for AI Agents now in GA

Ready to implement AI with confidence (without sacrificing security)?

Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Start building today

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