actions-marketplace-validations/Jest badges generation action

Action generating jest coverage badges and pushing them to the repo

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 29, 2024
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/jpb06_jest-badges-action@1c5a4591634e6b42fb71bdd30b96ceddc5ab7624 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
no-commitIf set to true, badges will not be committed by the github action.false
branchesBranches on which the badges should be generated. Commas separated.master,main
target-branchBranch on which badges should be pushed. If left empty, current branch will be used.""
coverage-summary-pathJest coverage summary path (json-summary). Defining this may be useful if you need to run this action on a monorepo../coverage/coverage-summary.json
commit-messageCommit message of the commit with generated badges.Updating coverage badges
commit-userUser for the commit containing generated badges.""
commit-user-emailUser email for the commit containing generated badges.""
output-folderWhere badges should be written (optional)../badges

no outputs