dipjyotimetia/GoTest Action Report
Generate beautiful Markdown reports from Go test output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 5, 2025
- License
- None
Pinned Snippet
uses: dipjyotimetia/gotest-report@89d4d21baa7e747b6db1f8b64855bd9877b223c4 # v1.0.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| test-json-file | Path to the go test -json output file | no | test-output.json |
| output-file | Path for the generated Markdown report | no | test-report.md |
| comment-pr | Whether to comment the PR with the test report | no | true |
| job-name | Name of the job running the tests (for multi-job reports) | no | "" |
| summary-only | Include only summary in the combined PR comment (for multi-job setups) | no | false |
| write-summary | Whether to write the test report to GitHub Actions Summary | no | false |
| create-issue-on-failure | Whether to create a GitHub issue when tests fail | no | false |
| issue-title | Title for the GitHub issue to be created on test failure | no | Test Failure Report |
| issue-labels | Comma-separated list of labels for the created issue | no | test-failure,bug |
| issue-assignees | Comma-separated list of users to assign to the created issue | no | "" |
Outputs
no outputs