joshmfrankel/SimpleCov+ Action
Enabling SimpleCov support for Github Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token for create checks | yes | — |
| check_job_name | The name of the check's job | — | SimpleCov |
| minimum_suite_coverage | Minimum test suite coverage percentage | — | 90 |
| minimum_file_coverage | Minimum coverage percent for every file (requres simplecov-json) | — | 70 |
| coverage_path | File path to coverage results | — | coverage/.last_run.json |
| coverage_json_path | File path to simplecov-json coverage results (only when using simplecov-json) | — | coverage/coverage.json |
| debug_mode | Display logs for debugging | — | false |
| on_fail_status | The status to set when coverage fails. You might want neutral if you want things to be informative, for example. | — | failure |
| github_repo_api_url | The github repo api url | — | https://api.github.com/repos |
Outputs
no outputs