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 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
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.3.2.tar.gz
(7.1 kB
view details)
Built Distribution
File details
Details for the file coverage_plot-0.3.2.tar.gz
.
File metadata
- Download URL: coverage_plot-0.3.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.8 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca5e99d2fc689432bfa24af6f47741e73e1e1b71a71df49862cfbe8d43c23bb5 |
|
MD5 | 0de95c5aefa320783dd19cea1dabc5cd |
|
BLAKE2b-256 | ed4e19ba6d722c53ab0470f499827240f8421ec22aa032f6f8947a3ca4e06292 |
File details
Details for the file coverage_plot-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: coverage_plot-0.3.2-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.8 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a8adb3d9a4876568c0a5f885c3bb80b6aaac7705793171c374e78c21528db94 |
|
MD5 | 73cdace59877f25a9fd9755c1799763c |
|
BLAKE2b-256 | c22097a7d9a66ea026c5035a1879aa7910ab9d1bd46281ea51275cb70cd87fcb |