manashmandal/LiteCov

Lightweight code coverage reporter - posts PR comments with coverage stats

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
coverage-filePath to coverage report file (auto-detected if not specified)no
formatCoverage format: auto, lcov, coberturanoauto
show-filesFiles to show: all, changed, threshold:N, worst:Nnochanged
thresholdMinimum coverage threshold for passing status (0-100)no0
titleComment titlenoCoverage Report
annotationsOutput GitHub annotations for uncovered linesnofalse
base-coverage-filePath to base branch coverage file for comparisonno
base-branchBase branch name for display in diff headernomain
tokenGitHub tokenno${{ github.token }}
namedescription
coverageTotal coverage percentage
lines-coveredNumber of covered lines
lines-totalTotal number of lines
files-countNumber of files with coverage data