Skip to content

Commit 1fe529c

Browse files
authored
Merge pull request #11 from codebtech/chore/dependabot-setup
Add Dependabot config and update README
2 parents 43ae532 + e863135 commit 1fe529c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Diff for: .github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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'

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
```
2323
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)

0 commit comments

Comments
 (0)