Skip to content

[Mirror] Enforces a minimum Code Coverage using a Coverage Clover XML file

License

Notifications You must be signed in to change notification settings

ancarda/coverage-enforcer

Repository files navigation

Coverage Enforcer

License Latest Stable Version Total Downloads builds.sr.ht status

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