Download the PHP package jaschilz/php-coverage-badger without Composer
On this page you can find all versions of the php package jaschilz/php-coverage-badger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jaschilz/php-coverage-badger
More information about jaschilz/php-coverage-badger
Files in jaschilz/php-coverage-badger
Download jaschilz/php-coverage-badger
More information about jaschilz/php-coverage-badger
Files in jaschilz/php-coverage-badger
Vendor jaschilz
Package php-coverage-badger
Short Description Create a code coverage badge from a PHPUnit Clover XML file.
License MIT
Homepage https://github.com/jaschilz/PhpCoverageBadge
Package php-coverage-badger
Short Description Create a code coverage badge from a PHPUnit Clover XML file.
License MIT
Homepage https://github.com/jaschilz/PhpCoverageBadge
Please rate this library. Is it a good library?
Informations about the package php-coverage-badger
PHPCoverageBadge
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.
All versions of php-coverage-badger with dependencies
PHP Build Version
Package Version
No informations.
The package jaschilz/php-coverage-badger contains the following files
Loading the files please wait ....