Skip to content

Commit

Permalink
Add ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Jul 10, 2022
1 parent 695f0f6 commit 5dc732c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<p align="center">
<a href="https://t-regx.com"><img src="https://github.com/T-Regx/T-Regx/raw/master/t.regx.png" alt="T-Regx"></a>
</p>
<p align="center">
<a href="https://github.com/T-Regx/covers-ignore/actions/"><img src="https://github.com/T-Regx/covers-ignore/workflows/build/badge.svg" alt="Build status"/></a>
<a href="https://coveralls.io/github/T-Regx/covers-ignore"><img src="https://coveralls.io/repos/github/T-Regx/covers-ignore/badge.svg" alt="Unit tests"/></a>
<a href="https://github.com/T-Regx/covers-ignore"><img src="https://img.shields.io/badge/dependencies-0-brightgreen.svg" alt="dependencies: 0"/></a>
</p>

# T-Regx | @covers ignore

PHP console tool to remove `@covers` and `@coversNothing` from PhpUnit tests in CI/CD.

[![Code Climate](https://img.shields.io/codeclimate/maintainability/T-Regx/covers-ignore.svg)](https://codeclimate.com/github/T-Regx/covers-ignore)
[![Repository size](https://img.shields.io/github/languages/code-size/T-Regx/covers-ignore.svg?label=size)](https://github.com/T-Regx/covers-ignore)
[![FQN](https://img.shields.io/badge/FQN-used-blue.svg)](https://github.com/kelunik/fqn-check)
[![PRs Welcome](https://img.shields.io/badge/PR-welcome-brightgreen.svg?style=popout)](http://makeapullrequest.com)
[![PHP Version](https://img.shields.io/badge/PHP-8.0-blue.svg)](https://github.com/T-Regx/covers-ignore/actions)
[![PHP Version](https://img.shields.io/badge/PHP-8.1-blue.svg)](https://github.com/T-Regx/covers-ignore/actions)

# Installation

Installation for PHP 8.0 and later:

```bash
composer require rawr/covers-ignore
```

# T-Regx is developed thanks to

<a href="https://www.jetbrains.com/?from=T-Regx">
<img src="https://t-regx.com/img/external/jetbrains-variant-4.svg" alt="JetBrains"/>
</a>

## License

T-Regx is MIT licensed.

0 comments on commit 5dc732c

Please sign in to comment.