saintedlama/GoShip Reporter
Run Go tests, coverage, vet, and fmt — and add beautiful results to the GitHub step summary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | no | ${{ github.token }} |
| working-directory | Working directory for the action | no | . |
| test | Run go test and add results to the step summary | no | true |
| coverage | Collect coverage and add a coverage report to the step summary | no | true |
| vet | Run go vet and add results to the step summary; fails the action if issues are found | no | true |
| fmt | Run gofmt and add results to the step summary; fails the action if files need formatting | no | true |
Outputs
no outputs