acuvity/acuvity/cov
Very simple action to run code coverage checking for go projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 6, 2024
- License
- Apache 2.0
Pinned Snippet
uses: acuvity/cov@a50630d879b7be84436df7c7a48ce4860d02e4ff # 1.0.2tags 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_report | The name of the coverage report to use. | yes | coverage.report |
| cov_context | The name of the context report to use. | yes | coverage |
| 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