actions-marketplace-validations/Jest coverage referencing main branch existing summary

A github action to comment jest coverage diff on a PR using current branch vs already existing main branch summary

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="./"
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
mainBranchCoverageSummaryFileNamefile name of main branch summary (master)develop-coverage-summary.json
additionalCommentInfoAdditional string that will be concatenated to comment
codeCoverageDirectorycode coverage summary location defaults to coverage-summary.jsoncoverage-summary.json

no outputs