brian-pickens/go-test-report
Run go tests and generate a report
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit May 8, 2023
- License
- MIT
Pinned Snippet
uses: brian-pickens/go-test-report@2ecd3de12f358c996f35cf1f0cf01915647c4d8c # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| packages | Go packages test. | no | ./... |
| reports_only | Generate test reports only. Does not fail action on failed tests. | no | false |
| summary | Display test results in a step summary. | no | true |
| GO111MODULE | Set the GO111MODULE go env variable. | no | auto |
Outputs
| name | description |
|---|---|
| json-report | The json report |
| junit-report | The junit xml report |
| markdown-report | The markdown report |