rosslight/pr-code-coverage-visualizer

Take generated code coverage files and visualize uncovered lines in a PR comment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesOne or multiple coverage files. Can be multiple lines. Glob patterns are supported.yes
update-commentWhether to update an existing comment instead of creating a new onenotrue
show-changed-lines-onlyIf part of a PR, filter coverage data against changed linesnotrue
exclude-filesGlob patterns for files to exclude from coverage data. Can be multiple lines. If empty, no files are excluded.no""
sourceFallback source directory for resolving file paths from coverage filesno${{ github.workspace }}
tokenGitHub token for API accessyes${{ github.token }}
namedescription
line-coverageThe overall line coverage percentage
branch-coverageThe overall branch coverage percentage
pr-line-coverageThe line coverage of the changes in this PR. Equal to the overall line coverage, if not executed on a PR
pr-branch-coverageThe branch coverage of the changes in this PR. Equal to the overall line coverage, if not executed on a PR