coverage-rich0.2.0
coverage-rich0.2.0
Published
A rich terminal report for coveragepy.
pip install coverage-rich
Package Downloads
Authors
Project URLs
Requires Python
>=3.7
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.