actions-marketplace-validations/Coverage monitor

A GitHub Action that monitor coverage.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_token**Required.** The GITHUB_TOKEN secret.yes
coverage_path**Required.** Path to coverage reports.no
coverage_formatFormat of coverage, supported: `auto`, `clover` and `json-summary`. If not set the action will try to guess the format, by file extension, name and eventually by content. noauto
clover_file**Deprecated.** Path to Clover XML file. This option is deprecated, replaced with `coverage_path`. If both `clover_file` and `coverage_path` are set, the action will fail. no
working_dirThe working directory of the action. Defaults to workflow workspace.no""
threshold_alertMark the build as unstable when coverage is less than this threshold.no50
threshold_warningWarning when coverage is less than this threshold.no90
threshold_metricA metric to check threshold on, supported: `statements`, `lines`, `methods` or `branches`.nolines
checkWhether check the coverage thresholds.notrue
status_contextA string label to differentiate this status from the status of other systems.noCoverage Report
commentWhether comment the coverage report.notrue
comment_contextA string label to differentiate the comment posted by this action.noCoverage Report
comment_modeA mode for comments, supported: `replace`, `update` or `insert`.noreplace
comment_footerWhether comment may contain footer.notrue

no outputs