alexremn/SimpleCov Checker
Check SimpleCov code coverage and report results in GitHub workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| minimum_suite_coverage | Minimum required total coverage percentage (0-100) | no | 0 |
| minimum_file_coverage | Minimum required coverage percentage per file (0-100) | no | 0 |
| coverage_path | Path to the SimpleCov .resultset.json file | no | coverage/.resultset.json |
| debug_mode | Enable debug mode for additional output (true|false) | no | false |
| on_fail_status | Behavior when coverage fails (fail|warn) | no | fail |
| post_comment | Post results as a PR comment (true|false) | no | false |
| update_comment | Update existing comment instead of creating a new one (true|false) | no | false |
| github_token | GitHub token (required if post_comment is true) | no | "" |
Outputs
no outputs