jgillick/Test Coverage Reporter
Generate a coverage report based on a base/master coverage report"
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| coverage-file | Path to the coverage report | yes | — |
| base-coverage-file | Path to the coverage report from the branch this will be merging into | yes | — |
| access-token | Required to comment on the PR | — | ${{ github.token }} |
| fail-file-reduced | If coverage for any file is reduced by this much (in percent) the run will fail. Defaults to 0.5%, set to 0 to disable. | — | 0.5 |
| custom-message | Add custom text to the output. | — | — |
| title | The coverage report title | — | Coverage Report |
| strip-path-prefix | Remove this part of the path of the front of all file paths. | — | — |
Outputs
no outputs