Metadata-Version: 2.1
Name: covcheck
Version: 0.4.1
Summary: Code coverage validation
Home-page: https://github.com/HumeAI/covcheck
License: Proprietary
Keywords: code,coverage,validation,check,test
Author: Hume AI Dev
Author-email: dev@hume.ai
Requires-Python: >=3.7,<3.10
Classifier: Development Status :: 4 - Beta
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/HumeAI/covcheck
Description-Content-Type: text/markdown

<div align="center">
  <img src="docs/assets/covcheck-dino-banner.png">
  <h1>covcheck</h1>

  <p>
    <strong>Command-line tool for code coverage validation</strong>
  </p>
</div>

## 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).

