sivchari/Gomu Mutation Testing

Run mutation testing for Go projects using gomu with incremental analysis

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
go-versionGo version to useno1.21
working-directoryWorking directory for the actionno.
versiongomu version to use (latest, nightly, local, or specific version like v1.0.0)nolatest
thresholdMinimum mutation score threshold (0-100)no80
fail-on-gateWhether to fail the build if quality gate is not metnotrue
workersNumber of parallel workersno4
timeoutTest timeout in secondsno30
incrementalEnable incremental analysis for performancenotrue
base-branchBase branch for incremental analysisnomain
outputOutput format (json, html, console)nojson
upload-artifactsWhether to upload mutation reports as artifactsnotrue
comment-prWhether to comment on pull requests with resultsnotrue
namedescription
mutation-scoreThe mutation score percentage
total-mutantsTotal number of mutants generated
killed-mutantsNumber of killed mutants
survived-mutantsNumber of survived mutants