Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.04 KB

covcheck

Command-line tool for code coverage validation


PyPI Downloads CI

About

covcheck is intended to be used in conjunction with coverage.py, 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.