Library to plot Python code coverage results
Project description
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 shoud find a coverage.json or coverage.xml file in your current working directory.
coverage run 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coverage-plot-0.1.0.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for coverage_plot-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c1793d9471cb663b14b5e1e214cec962d94ae7a15d4de412f3c7d4ec7abcb92 |
|
MD5 | 7603836376a7af34ef79e34034e256d9 |
|
BLAKE2b-256 | ac2a0b2b7320b73c72c5c2337885eda8571105f4bc683387d90112f3299f093a |