9to5/9to5 Coverage
Upload a coverage artifact and submit it to 9to5 Coverage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- None
Pinned Snippet
uses: 9to5/9to5-coverage-action@79f246745325f051aead2bb5549ab787e2ecacbd # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | 9to5 Coverage upload token. | yes | — |
| path | Path to the LCOV or Cobertura coverage file. | yes | — |
| endpoint | Base URL for the 9to5 Coverage app. | no | https://coverage.9to5.software/ |
| artifact-name | Name for the GitHub Actions artifact. | no | 9to5-coverage |
| retention-days | Number of days GitHub should retain the uploaded artifact. | no | 7 |
Outputs
| name | description |
|---|---|
| coverage-run-id | 9to5 Coverage run ID. |
| project-coverage | Project coverage percentage. |
| patch-coverage | Patch coverage percentage. |
| project-conclusion | Project coverage conclusion. |
| patch-conclusion | Patch coverage conclusion. |