File tree 2 files changed +17
-2
lines changed
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 2
2
3
3
![ ] ( ./badges/php.svg )
4
4
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 .
6
6
7
7
## Installation
8
8
@@ -21,4 +21,8 @@ vendor/bin/coverage-badge /path/to/clover.xml /path/to/badge/destination.svg tes
21
21
- To blend multiple Clover files, enumerate the XML inputs separated by commas and use the command
22
22
```
23
23
vendor/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