anuraag016/Jest Coverage Diff
A github action to comment jest coverage diff on a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| accessToken | access token required to comment on a pr | — | ${{ github.token }} |
| fullCoverageDiff | get the full coverage with diff or only the diff | — | false |
| runCommand | custom command to get json-summary | — | npx jest --coverage --coverageReporters="json-summary" --coverageDirectory="./" |
| afterSwitchCommand | command to run after switching to default branch | — | — |
| delta | Difference between the old and final test coverage | — | 100 |
| total_delta | Difference between the old and final test coverage at the total level | — | — |
| useSameComment | While commenting on the PR update the exisiting comment | — | false |
Outputs
no outputs