mvrahden/Go - Test Suites

Run your test suites with a failure-focused summary, GitHub annotations, and coverage reporting

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 11, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: mvrahden/go-test@86430d1eae69df2fd51a0aff73167bd8bd796b19 # v1.24.0

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

namedescriptionrequireddefault
packagesPackage patterns to test./...
raceEnable race detectorfalse
coverageEnable coverage profiling and reportingfalse
min-coverageMinimum coverage percentage (0-100, fails if below)no
flagsAdditional gotest flags (--double-dash style)no
go-test-flagsAdditional go test flags (-single-dash style)no
versiongotest version: 'gomod' (default) resolves from go.mod, or a version tag (e.g. v1.0.0, latest) to install globally.gomod
namedescription
exit-codeTest process exit code
coverageCoverage percentage (empty if coverage not enabled)