💾 Archived View for markdain.net › project › coverage-enforcer captured on 2022-03-01 at 15:12:34. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

🚧 View Differences

-=-=-=-=-=-=-

Coverage Enforcer

Useful Links

Packagist

Source Code

Issue Tracker

Mailing List

CI Status

Information

Git Clone URI:

git@git.sr.ht:~ancarda/coverage-enforcer

Description

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>