ci: enforce 100% mutation coverage
Some checks failed
Some checks failed
This will strongly indicate whether the test cases actually cover.
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ test-unit: ## Run unit tests with coverage
|
|||||||
go test ./... -cover -v
|
go test ./... -cover -v
|
||||||
|
|
||||||
test-mutation: ## Run mutation tests with gremlins
|
test-mutation: ## Run mutation tests with gremlins
|
||||||
gremlins unleash
|
gremlins unleash --threshold 1.0
|
||||||
|
|
||||||
FUZZ_TIME ?= 30
|
FUZZ_TIME ?= 30
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user