actions-marketplace-validations/Jest badges generation action
Action generating jest coverage badges and pushing them to the repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 29, 2024
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/jpb06_jest-badges-action@1c5a4591634e6b42fb71bdd30b96ceddc5ab7624 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| no-commit | If set to true, badges will not be committed by the github action. | — | false |
| branches | Branches on which the badges should be generated. Commas separated. | — | master,main |
| target-branch | Branch on which badges should be pushed. If left empty, current branch will be used. | — | "" |
| coverage-summary-path | Jest 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-message | Commit message of the commit with generated badges. | — | Updating coverage badges |
| commit-user | User for the commit containing generated badges. | — | "" |
| commit-user-email | User email for the commit containing generated badges. | — | "" |
| output-folder | Where badges should be written (optional). | — | ./badges |
Outputs
no outputs