actions-marketplace-validations/Increase Code Coverage
Increases code coverage thresholds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| config-key | Cache key used for caching config file in test runner job | yes | — |
| config-path | Path to test config file (e.g. ../jest.config.js) | yes | — |
| config-restore-keys | Optional ordered list of keys used for restoring config cache if no cache hit occurred for config-key | no | — |
| should-set-global | Whether you want the "global" coverage threshold set or not | no | true |
| summary-key | Cache key used for caching the generated code coverage summary JSON file | yes | — |
| summary-path | Path to generated code coverage summary JSON file (e.g. ../coverage/coverage-summary.json) | yes | — |
| summary-restore-keys | Optional ordered list of keys used for restoring summary cache if no cache hit occurred for summary-key | no | — |
Outputs
no outputs