acuvity/acuvity/cov

Very simple action to run code coverage checking for go projects.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 6, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: acuvity/cov@a50630d879b7be84436df7c7a48ce4860d02e4ff # 1.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
main_branchThe main branch name.yesmain
cov_modeRunning mode. Either 'coverage', 'send-status' or 'both'.yescoverage
cov_fileThe name of the coverage file to use.yescoverage.out
cov_reportThe name of the coverage report to use.yescoverage.report
cov_contextThe name of the context report to use.yescoverage
cov_thresholdDefault required coverage percentage.90
cov_versionThe version to use for cov.yes${{github.action_ref}}
workflow_run_idIn mode 'send-status', pass the workflow id that generated the cov report.
workflow_head_shaIn mode 'send-status', pass the workflow head_sha.

no outputs