demyanets/Angular coverage badges
Converts your Angular coverage data into the coverage badges for the local README.md and commits them into your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token for the repository. Can be passed in using $\{{ secrets.GITHUB_TOKEN }} | yes | — |
| coverage-summary-path | Path to a "coverage-summary.json" file. Defaults to "./coverage/coverage-summary.json" | no | ./coverage/coverage-summary.json |
| badges-directory | Writes the coverage badges to the given directory. Defaults to "./badges" for root "src" project or "./badges/<library> for a library | no | "" |
| protected-branches | List of protected branches that require review for commit. Defaults to empty list ([]) | no | [] |
| write-debug-logs | Writes extra debug logs to console if set to "true" | no | "" |
Outputs
no outputs