aclfe/Gorgon Mutation Testing

Run mutation testing on your Go code with Gorgon

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 13, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: aclfe/gorgon@a31d40605c1c63a6beb48a41fc2f15e6969ce41e # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
versionGorgon version to usenolatest
configPath to gorgon.yml config fileno""
targetsTarget paths to test (space-separated)no./...
thresholdMinimum mutation score threshold (0-100)no0
fail-on-thresholdFail the build if threshold is not metnotrue
upload-badgeUpload mutation score badge as artifactnotrue
upload-reportsUpload mutation reports as artifactsnotrue
namedescription
mutation-scoreThe mutation score percentage
total-mutantsTotal number of mutants generated
killedNumber of killed mutants
survivedNumber of survived mutants