aclfe/Gorgon Mutation Testing
Run mutation testing on your Go code with Gorgon
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 13, 2026
- License
- None
Pinned Snippet
uses: aclfe/gorgon@a31d40605c1c63a6beb48a41fc2f15e6969ce41e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Gorgon version to use | no | latest |
| config | Path to gorgon.yml config file | no | "" |
| targets | Target paths to test (space-separated) | no | ./... |
| threshold | Minimum mutation score threshold (0-100) | no | 0 |
| fail-on-threshold | Fail the build if threshold is not met | no | true |
| upload-badge | Upload mutation score badge as artifact | no | true |
| upload-reports | Upload mutation reports as artifacts | no | true |
Outputs
| name | description |
|---|---|
| mutation-score | The mutation score percentage |
| total-mutants | Total number of mutants generated |
| killed | Number of killed mutants |
| survived | Number of survived mutants |