joshmfrankel/SimpleCov+ Action

Enabling SimpleCov support for Github Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGithub token for create checksyes
check_job_nameThe name of the check's jobSimpleCov
minimum_suite_coverageMinimum test suite coverage percentage90
minimum_file_coverageMinimum coverage percent for every file (requres simplecov-json)70
coverage_pathFile path to coverage resultscoverage/.last_run.json
coverage_json_pathFile path to simplecov-json coverage results (only when using simplecov-json)coverage/coverage.json
debug_modeDisplay logs for debuggingfalse
on_fail_statusThe status to set when coverage fails. You might want neutral if you want things to be informative, for example.failure
github_repo_api_urlThe github repo api urlhttps://api.github.com/repos

no outputs