shipmonk/coverage-guard
Enforce PHP code coverage in CI by targeting specific core methods/blocks instead of overall %. Legacy-friendly: enforce only new/changed code via git patch. Lightweight (nikic/php-parser), extensible rules, easy CLI to check PHPUnit Clover reports.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| digitalrevolution/phpunit-file-coverage-inspection | 0.87 | Define per-file code coverage thresholds from Clover coverage.xml, with directory/file overrides and optional uncovered-method rules. Fails builds with checkstyle or GitLab formatted reports so a single file can’t hide behind high overall coverage. | 5 | 5 | 2 | 3K | 1 | 17.6 | 41.8 | MIT | 5 months ago | |
| handcraftedinthealps/code-coverage-checker | 0.86 | CLI tool to enforce PHPUnit code coverage thresholds. Generate a coverage.php report, then check line/class/method coverage against a minimum percentage, optionally limited to specific directories—ideal for CI to fail builds when coverage drops. | 6 | 6 | 3 | 2K | 0 | 18.8 | 39.5 | MIT | 3 months ago | |
| rregeer/phpunit-coverage-check | 0.84 | — | 60 | 62 | 15 | 133K | 2 | 4.1 | 47.0 | MIT | 6 years ago | |
| robiningelbrecht/phpunit-coverage-check | 0.84 | PHPUnit Coverage Check is a lightweight PHP tool to verify code coverage meets a required minimum. It reads PHPUnit coverage reports and fails builds when thresholds aren’t reached—useful for CI pipelines to enforce coverage standards in Laravel and PHP projects. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| robiningelbrecht/phpunit-coverage-tools | 0.84 | Enforce minimum PHPUnit code coverage using Clover XML reports. Fails the test run with exit code 1 when coverage drops below a threshold—ideal for CI/CD and pre-commit hooks. Configure via phpunit.xml and run with --min-coverage plus --coverage-clover. | 17 | 17 | 4 | 15K | 1 | 21.4 | 46.0 | MIT | 2 months ago | |
| esi/phpunit-coverage-check | 0.83 | Reads PHPUnit clover/openclover XML coverage reports and computes overall coverage percentage. Fails CI with exit code 1 when coverage drops below a configurable threshold; exits successfully when the threshold is met. Useful for enforcing minimum test coverage. | 6 | 6 | 1 | 6K | 2 | 15.4 | 45.9 | MIT | 4 months ago | |
| jaschilz/php-coverage-badger | 0.82 | Generate an SVG code coverage badge from a PHPUnit Clover XML report. Install via Composer and run the included CLI to turn clover.xml into a coverage.svg badge for your CI or README. | 12 | 12 | 5 | 21K | 0 | 0.7 | 44.3 | MIT | 8 years ago | |
| phpunit/php-code-coverage | 0.82 | phpunit/php-code-coverage collects, processes, and renders PHP code coverage data. Integrate it in test runs to start/stop coverage collection, filter included files, and generate reports such as OpenClover, including from serialized coverage data. | 8,927 | 8,978 | 385 | 13M | 6 | 71.7 | 55.7 | BSD-3-Clause | 3 weeks ago |
How can I help you explore Laravel packages today?