ancarda/coverage-enforcer

Enforces a minimum Code Coverage using a Coverage Clover XML file

Installs: 389

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:project

1.0.1 2022-02-25 22:15 UTC

This package is auto-updated.

Last update: 2024-05-26 03:43:43 UTC


README

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