Coverage Plot 0.3.2 | Coderz Repository

coverage-plot 0.3.2

Last updated:

0 purchases

coverage-plot 0.3.2 Image
coverage-plot 0.3.2 Images

Free

Languages

Categories

Add to Cart

Description:

coverageplot 0.3.2

Coverage Plot




A library and a script to plot Python code coverage results.
Getting Started
Run the tests for your project with the test coverage, and convert the coverage results to a JSON or XML format. As a result, you should find a coverage.json or coverage.xml file in your current working directory.
coverage run -m pytest
coverage xml # or coverage json

Install the package.
pip install coverage-plot

Run the coverage visualization. The script opens the browser with the visualization results.
coverage-plot coverage.xml

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.