70-10/Bun Coverage Report

Generate and post coverage reports from Bun test LCOV output to Pull Requests with configurable thresholds.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jul 7, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: 70-10/bun-coverage-report-action@6173866ce2a31456a726ff3f4c91f230bd94a9e9 # v1.0.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenA github access token with permissions to write to issues. Uses secrets.GITHUB_TOKEN by default.no${{ github.token }}
lcov-pathPath to the LCOV coverage file generated by Bun testnocoverage/lcov.info
min-coverageMinimum coverage percentage threshold. Action fails if total line coverage is below this value.no0
working-directoryWorking directory where to look for the coverage filesno./
nameThe name of the coverage report. Can be used to execute this action multiple times.no""
pr-numberAn optional, user-defined pull request number to comment onno""

no outputs