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
- Host: GitHub
- URL: https://github.com/humeai/covcheck
- Owner: HumeAI
- License: mit
- Created: 2021-12-17T05:59:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T20:05:07.000Z (about 2 years ago)
- Last Synced: 2025-09-01T03:53:34.244Z (5 months ago)
- Topics: code, codecov, coverage, pytest, test, unittest
- Language: Python
- Homepage: https://humeai.github.io/covcheck/
- Size: 1.75 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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).