opsbears / coverage-reporter
Code Coverage / CRAP reporter for PHPUnit
This package's canonical repository appears to be gone and the package has been frozen as a result.
0.0.3
2016-01-21 16:17 UTC
This package is not auto-updated.
Last update: 2020-06-12 19:04:55 UTC
README
This little tool parses clover.xml files and alerts if the code coverage or C.R.A.P. index is unacceptable.
Usage
You can pull the package via composer:
composer require opsbears/coverage-reporter
You can then run the alerter:
vendor/bin/alert.php path/to/your/clover.xml
Contributing
If you want to contribute, you can do so under the MIT license. Keep in mind, this tool doesn't currently have a full Clover implementation, feel free to extend it.