jbaczuk/PR Test Coverage
A Github Action to report the test coverage of changed files in a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lcov-file | Path to the LCOV file (e.g., coverage/lcov.info) | yes | — |
| github-token | GitHub token for accessing API and posting comments | yes | ${{ github.token }} |
| working-directory | Working directory to run the action from | no | "" |
| all-files-minimum-coverage | Minimum coverage percentage for all files (0-100) (optional) | no | 0 |
| changed-files-minimum-coverage | Minimum coverage percentage for changed files (0-100) (optional) | no | 0 |
| artifact-name | Name for the coverage artifact upload (leave empty to skip) | no | "" |
| update-comment | Whether to update existing comment or create new one | no | true |
Outputs
no outputs