mridang/Better Test Reports Action
Parse coverage reports (Clover, LCOV, etc.) and show insightful test summaries directly in your GitHub workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to authenticate API requests. Required for checking status checks and publishing releases. Use `secrets.GITHUB_TOKEN` or a PAT with elevated scopes if needed. | yes | — |
| working-directory | The directory where your project is located, used as the base for making file paths in the report relative. | no | . |
| coverage-file | The path to the single code coverage report file you want to parse (e.g., 'build/reports/clover.xml'). | yes | — |
| upload-coverage-report | Set to `true` to upload the generated coverage report as a workflow artifact. If omitted or left empty, this defaults to `true`. Set to `false` to disable artifact upload. | no | true |
Outputs
no outputs