dennisjensen95/Coverage Scope
GitHub action parses cobertura.xml files to measure total & new code coverage compared to branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coverage-filepath | The coverage file path to parse | yes | — |
| branch | The branch to determine coverage for | yes | main |
| threshold-change | The threshold to determine if coverage for the changed files is acceptable | yes | 80 |
| threshold-total | The threshold to determine if total coverage is acceptable | yes | 80 |
Outputs
no outputs