h3nste1n/Coverage Badge Creator
Generate coverage badges from your test coverage report and update README.md
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to the .badge-config file | no | ./.badge-config |
| coverage-file-path | Path to the coverage report file | no | — |
| readme-file-path | Path to the README.md to update | no | ./README.md |
| format | Coverage report format: istanbul (default), jest, lcov, cobertura, coverage-py | no | istanbul |
| commit | Auto-commit the updated README back to the repository | no | false |
| commit-message | Commit message (only used when commit is true) | no | chore: update coverage badges [skip ci] |
Outputs
| name | description |
|---|---|
| updated | Whether the README was updated |