fargass/Generate Coverage Summary Markdown
Generate a Markdown summary from a coverage JSON file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| json-file | The path to the coverage JSON file | yes | — |
| coverage-threshold | The coverage threshold for emoji inclusion | yes | — |
| displayed-lines | Comma separated list of lines to display in the summary | no | lines,statements,branches |
| issue-number | The issue number to comment on | yes | — |
| token | GITHUB_TOKEN or a repo scoped PAT. | — | ${{ github.token }} |
| repository | The full name of the repository in which to create or update a comment. | — | ${{ github.repository }} |
| title | The title of the comment | no | Coverage Summary |
Outputs
no outputs