actions-marketplace-validations/Jest Coverage level checker
Jest action adding checks and annotations to your pull requests and comment them with code coverage results.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 13, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/pomekhin_jest-github-action@f28f7102c6d2bc4e725acdfecb4e3dd61f0ec1ed # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| test-command | The test command to run | no | npm test |
| working-directory | Subdirectory to run tests in | no | "" |
| coverage-comment | Comment PRs with code coverage | no | true |
| changes-only | Only run tests on changed files (over base branch) | no | false |
| min-coverage | Minimum statements coverage coverage for PR (percent). | no | 0 |
Outputs
no outputs