anuraag016/Jest Coverage Diff

A github action to comment jest coverage diff on a PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
accessTokenaccess token required to comment on a pr${{ github.token }}
fullCoverageDiffget the full coverage with diff or only the difffalse
runCommandcustom command to get json-summarynpx jest --coverage --coverageReporters="json-summary" --coverageDirectory="./"
afterSwitchCommandcommand to run after switching to default branch
deltaDifference between the old and final test coverage100
total_deltaDifference between the old and final test coverage at the total level
useSameCommentWhile commenting on the PR update the exisiting commentfalse

no outputs