Download the PHP package ancarda/coverage-enforcer without Composer
On this page you can find all versions of the php package ancarda/coverage-enforcer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ancarda/coverage-enforcer
More information about ancarda/coverage-enforcer
Files in ancarda/coverage-enforcer
Download ancarda/coverage-enforcer
More information about ancarda/coverage-enforcer
Files in ancarda/coverage-enforcer
Vendor ancarda
Package coverage-enforcer
Short Description Enforces a minimum Code Coverage using a Coverage Clover XML file
License MIT
Package coverage-enforcer
Short Description Enforces a minimum Code Coverage using a Coverage Clover XML file
License MIT
Please rate this library. Is it a good library?
Informations about the package coverage-enforcer
Coverage Enforcer
Coverage Enforcer is a tiny command line tool that enforces code coverage metrics. Intended to be used in Continuous Integration (CI) systems to prevent code coverage from falling to unacceptable levels.
Pull down with composer:
composer require --dev ancarda/coverage-enforcer
Then just invoke like so:
vendor/bin/enforce-coverage --minStmtCov=100 <path to clover XML file>
Useful Links
- Source Code: https://git.sr.ht/~ancarda/coverage-enforcer
- Issue Tracker: https://todo.sr.ht/~ancarda/coverage-enforcer
- Mailing List: https://lists.sr.ht/~ancarda/coverage-enforcer
All versions of coverage-enforcer with dependencies
PHP Build Version
Package Version
The package ancarda/coverage-enforcer contains the following files
Loading the files please wait ....