Download the PHP package otis22/php-coverage-checker without Composer
On this page you can find all versions of the php package otis22/php-coverage-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download otis22/php-coverage-checker
More information about otis22/php-coverage-checker
Files in otis22/php-coverage-checker
Download otis22/php-coverage-checker
More information about otis22/php-coverage-checker
Files in otis22/php-coverage-checker
Vendor otis22
Package php-coverage-checker
Short Description Automated code coverage percentage checking
License MIT
Homepage https://github.com/otis22/php-coverage-checker
Package php-coverage-checker
Short Description Automated code coverage percentage checking
License MIT
Homepage https://github.com/otis22/php-coverage-checker
Please rate this library. Is it a good library?
Informations about the package php-coverage-checker
php-coverage-checker
php-coverage-checker is a library for automated code coverage percentage checking with output coverage per file.
Initial commit is 100% the work of Ocramius: https://ocramius.github.io/blog/automated-code-coverage-check-for-github-pull-requests-with-travis/
Installation
Composer!
composer require --dev otis22/php-coverage-checker
Usage
- Generate XML Code Coverage using PHPUnit
- Run
vendor/bin/php-coverage-checker /path/to/clover.xml <minimum coverage percentage>
- e.g.
vendor/bin/php-coverage-checker build/clover.xml 100
- e.g.
Output
All versions of php-coverage-checker with dependencies
PHP Build Version
Package Version
No informations.
The package otis22/php-coverage-checker contains the following files
Loading the files please wait ....