brian-pickens/go-test-report

Run go tests and generate a report

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit May 8, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: brian-pickens/go-test-report@2ecd3de12f358c996f35cf1f0cf01915647c4d8c # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
packagesGo packages test.no./...
reports_onlyGenerate test reports only. Does not fail action on failed tests.nofalse
summaryDisplay test results in a step summary.notrue
GO111MODULESet the GO111MODULE go env variable.noauto
namedescription
json-reportThe json report
junit-reportThe junit xml report
markdown-reportThe markdown report