jbaczuk/PR Test Coverage

A Github Action to report the test coverage of changed files in a pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
lcov-filePath to the LCOV file (e.g., coverage/lcov.info)yes
github-tokenGitHub token for accessing API and posting commentsyes${{ github.token }}
working-directoryWorking directory to run the action fromno""
all-files-minimum-coverageMinimum coverage percentage for all files (0-100) (optional)no0
changed-files-minimum-coverageMinimum coverage percentage for changed files (0-100) (optional)no0
artifact-nameName for the coverage artifact upload (leave empty to skip)no""
update-commentWhether to update existing comment or create new onenotrue

no outputs