This commit is contained in:
Waylon Walker 2023-02-11 08:23:19 -06:00
commit aac78ff993
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
9 changed files with 1089 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# coverage-rich
[![PyPI - Version](https://img.shields.io/pypi/v/coverage-rich.svg)](https://pypi.org/project/coverage-rich)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/coverage-rich.svg)](https://pypi.org/project/coverage-rich)
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install coverage-rich
```
## License
`coverage-rich` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.