actions-marketplace-validations/paloaltonetworks/cov
Very simple action to run code coverage checking for go projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 2, 2025
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/paloaltonetworks_cov@5e9ff07f1fa1030a635fa260c0fbcc246d3aefe3 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| main_branch | The main branch name. | yes | main |
| cov_mode | Running mode. Either 'coverage', 'send-status' or 'both'. | yes | coverage |
| cov_file | The name of the coverage file to use. | yes | coverage.out |
| cov_threshold | Default required coverage percentage. | — | 90 |
| cov_version | The version to use for cov. | yes | ${{github.action_ref}} |
| workflow_run_id | In mode 'send-status', pass the workflow id that generated the cov report. | — | — |
| workflow_head_sha | In mode 'send-status', pass the workflow head_sha. | — | — |
Outputs
no outputs