ba58ajbse/Go Test PR Reporter

Run Go tests and report results as PR comments and Job Summary

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
test-pathGo package pattern to testno./...
working-directoryDirectory to run go test in (where go.mod is located)no.
test-flagsAdditional flags to pass to go test (e.g. -race -count=1 -timeout 30s)no""
tokenGitHub token for posting PR commentsno${{ github.token }}
post-commentWhether to post results as a PR comment (true/false)notrue
comment-tagTag to identify the comment for updates (must be unique per workflow to avoid overwriting)nogo-test-results-${{ github.workflow }}
namedescription
totalTotal number of tests
passedNumber of passed tests
failedNumber of failed tests
skippedNumber of skipped tests
elapsedTotal elapsed time in seconds
summaryMarkdown summary of test results