actions-marketplace-validations/paloaltonetworks/cov

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 2, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/paloaltonetworks_cov@5e9ff07f1fa1030a635fa260c0fbcc246d3aefe3 # no releases — HEAD as of 2026-07-10

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_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