jaschilz / php-coverage-badger
Create a code coverage badge from a PHPUnit Clover XML file.
Installs: 321 781
Dependents: 40
Suggesters: 0
Security: 0
Stars: 12
Watchers: 1
Forks: 8
pkg:composer/jaschilz/php-coverage-badger
This package is not auto-updated.
Last update: 2025-10-12 08:45:30 UTC
README
PHPCoverageBadge is a library for creating an SVG coverage badge from a PHPUnit Clover XML file.
Installation
Composer!
composer require --dev jaschilz/php-coverage-badger
Usage
- Generate XML Code Coverage using PHPUnit
- Run
vendor/bin/php-coverage-badger /path/to/clover.xml /path/to/badge/destination.svg
- e.g.
vendor/bin/php-coverage-badger build/clover.xml report/coverage.svg
- e.g.
Acknowledgements
This library is forked from Michael Moussa's php-coverage-checker, derived from Marco Pivetta's post on CI test coverage checks
Inspiration for generating an SVG badge from coverage results is taken from the coverage-badge Python library, derived from the Shields.io project.