70-10/Bun Coverage Report
Generate and post coverage reports from Bun test LCOV output to Pull Requests with configurable thresholds.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 7, 2025
- License
- None
Pinned Snippet
uses: 70-10/bun-coverage-report-action@6173866ce2a31456a726ff3f4c91f230bd94a9e9 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A github access token with permissions to write to issues. Uses secrets.GITHUB_TOKEN by default. | no | ${{ github.token }} |
| lcov-path | Path to the LCOV coverage file generated by Bun test | no | coverage/lcov.info |
| min-coverage | Minimum coverage percentage threshold. Action fails if total line coverage is below this value. | no | 0 |
| working-directory | Working directory where to look for the coverage files | no | ./ |
| name | The name of the coverage report. Can be used to execute this action multiple times. | no | "" |
| pr-number | An optional, user-defined pull request number to comment on | no | "" |
Outputs
no outputs