actions-marketplace-validations/Python Coverage
Publish coverage report to a PR & enforce coverage on new & modified files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coverageFile | local path to a coverage xml file like the output of pytest --cov | yes | — |
| token | github token | yes | — |
| thresholdAll | the coverage threshold for average over all files [0,1] | no | 0 |
| thresholdNew | the coverage threshold for average over new files [0,1] | no | 0 |
| thresholdModified | the coverage threshold for average over new files [0,1] | no | 0 |
| sourceDir | the directory to use as the source of the coverage report | no | — |
Outputs
no outputs