mridang/Better Test Reports Action

Parse coverage reports (Clover, LCOV, etc.) and show insightful test summaries directly in your GitHub workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub 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-directoryThe directory where your project is located, used as the base for making file paths in the report relative. no.
coverage-fileThe path to the single code coverage report file you want to parse (e.g., 'build/reports/clover.xml'). yes
upload-coverage-reportSet 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. notrue

no outputs