A rich terminal report for coveragepy.
Project description
coverage-rich
Installation
pip install coverage-rich
Usage
coverage run -m pytest
coverage-rich report
configuration
coverage-rich
will send a failure code if there is insufficient total coverage, this is configurable by setting the fail-under
value.
pyproject.toml
[tool.coverage_rich]
fail-under=0 # default 80
.coverage_rich, coverage_rich.ini
[coverage_rich]
fail-under = 1
setup.cfg
[tool.coverage_rich]
fail-under = 22
Examples
coverage-rich
(left) compared to coverage report -m
(right)
License
coverage-rich
is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coverage_rich-0.1.0.tar.gz
(14.7 kB
view hashes)
Built Distribution
Close
Hashes for coverage_rich-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba640ee8a4f270612043c342abc9371c496fb84209f3914f2951e487158bfd94 |
|
MD5 | 4f6caf558416ce2dfd532e02f0527ade |
|
BLAKE2b-256 | 3ec495c15317274ff42aa0149e18a2d441587201cfb97173c2914a84486cdf57 |