quramy/Simple Coverage Diff
Comment coverage diff to PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| head-summary-json | Path of the json-summary file to analyze. | no | coverage/coverage-summary.json |
| base-summary-json | Path of the json-summary file to compare. | yes | — |
| body-header | Comment body header part. | no | "" |
| body-footer | Comment body footer part. | no | "" |
| github-token | A GitHub token to write comments. | yes | ${{ github.token }} |
| check-criteria | See coverage-diff API doc. | no | — |
| coverage-threshold | See coverage-diff API doc. | no | — |
| coverage-decrease-threshold | See coverage-diff API doc. | no | — |
| new-file-coverage-threshold | See coverage-diff API doc. | no | — |
| update-if-exists | If set, create or update a comment. This must be either `replace` or `append` | no | append |
Outputs
no outputs