imadx/Jest GitHub Action with shard support
Runs Jest with shard support and merges collected coverage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github Token for the workflow | yes | GITHUB_TOKEN |
| command | Command to run (one of 'run-tests' | 'merge-coverage' | no | run-tests |
| coverage | Enable Coverage for`run-tests` command | no | true |
| shard | Jest shard to be executed for`run-tests` command (eg: `1/4`) | no | 1/1 |
| skip-artifact-upload | Avoid uploading coverage results, if all the actions are running in a single step | no | false |
| show-all-files-in-summary | Shows coverage information of all files, along with the summary | no | false |
| shard-count | Shard count need to be defined `merge-coverage` command | no | 1 |
Outputs
no outputs