File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : ' composer'
4+ directory : ' /'
5+ schedule :
6+ interval : ' weekly'
7+
8+ - package-ecosystem : ' docker'
9+ directory : ' /'
10+ schedule :
11+ interval : ' weekly'
Original file line number Diff line number Diff line change 22
33![ ] ( ./badges/php.svg )
44
5- CoverageBadge is a library for creating an SVG coverage badge from a Clover XML file .
5+ CoverageBadge is a library for creating SVG coverage badges from Clover XML files .
66
77## Installation
88
@@ -21,4 +21,8 @@ vendor/bin/coverage-badge /path/to/clover.xml /path/to/badge/destination.svg tes
2121- To blend multiple Clover files, enumerate the XML inputs separated by commas and use the command
2222```
2323vendor/bin/coverage-badge /path/to/clover.xml,/path/to/clover2.xml /path/to/badge/destination.svg test-name
24- ```
24+ ```
25+
26+ ## Acknowledgements
27+
28+ This library is inspired by [ JASchilz/PHPCoverageBadge] ( https://github.com/JASchilz/PHPCoverageBadge )
You can’t perform that action at this time.
0 commit comments