sonichigo/Go Coverage Report
This action runs code coverage for Go based projects, uploads the coverage report as an artifact, and comments on the pull request with the link to the deployed coverage report.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-directory | Package directory to run tests | no | ./... |
| coverage-file | Name of the coverage file (without extension) | no | coverage-report |
| coverage-threshold | Minimum coverage percentage required. | no | 80 |
| token | Token with Deployment Permissions | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| coverage-report-file | Path to the generated coverage report file |
| url | URL of deployed pages |