actions-marketplace-validations/Jest coverage report with PNPM
Track your code coverage in each pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 9, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/herringtondarkholme_jest-coverage-report-action@4b5197fbe1cc862e31eeb730d7ece419e62e16a2 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A github access token | yes | ${{ github.token }} |
| test-script | A custom npm script to get coverage | no | npx jest |
| threshold | Coverage threshold. If total coverage is less than threshold, PR will be rejected | no | — |
| working-directory | Custom working directory | no | — |
| icons | Which icons to use. Available choices: emoji, ascii | no | emoji |
| annotations | What type of annotations show. Options: none, coverage, failed-tests, all | no | all |
| package-manager | Which package manager to use; can be either `npm` or `yarn` | no | npm |
| skip-step | `none` for running all steps, `install` to skip installing dependencies or `all` to skip installing dependencies and running the test script | no | none |
| custom-title | Sets the title of the coverage report comment in Github. | no | — |
| coverage-file | Path to file the a previously generated report.json file. (bypasses running the test again) | no | — |
| base-coverage-file | Path to the report.json file to compare against. This should be from the branch the PR is merging into. | no | — |
Outputs
no outputs