actions/Upload Code Coverage
Upload a Cobertura XML coverage report to GitHub code coverage API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the Cobertura XML coverage report | yes | — |
| language | Linguist language name (e.g. "Java", "Go", "Python") | yes | — |
| label | Label for the coverage report (e.g. "code-coverage/jacoco") | yes | — |
| fail-on-error | Whether to fail the workflow step if the upload fails (set to false to treat upload errors as warnings) | no | true |
| wait-for-processing-timeout | How many seconds to wait for coverage report processing before failing the step. Set to 0 to disable waiting | no | 160 |
| token | GitHub token with code-quality:write permission | no | ${{ github.token }} |
Outputs
no outputs