An open API service indexing awesome lists of open source software.

https://github.com/humeai/covcheck

Test coverage validation tool
https://github.com/humeai/covcheck

code codecov coverage pytest test unittest

Last synced: 23 days ago
JSON representation

Test coverage validation tool

Awesome Lists containing this project

README

          



covcheck


Command-line tool for code coverage validation




PyPI
Downloads
CI



## About

`covcheck` is intended to be used in conjunction with [coverage.py](https://coverage.readthedocs.io/), which already has support for `pytest`, `unittest`, and `nosetest`. All you have to do is point `covcheck` to the `coverage.xml` file produced when running your tests.

For more information on how to use `covcheck` please check out the [official docs page](https://humeai.github.io/covcheck).