ci: enforce 100% mutation coverage
Some checks failed
CI / Makefile Lint (pull_request) Successful in 20s
CI / Go Lint (pull_request) Successful in 17s
CI / Unit Tests (pull_request) Successful in 14s
CI / Mutation Tests (pull_request) Failing after 13s
CI / Fuzz Tests (pull_request) Successful in 1m13s

This will strongly indicate whether the test cases actually cover.
This commit is contained in:
2026-03-19 21:20:18 -04:00
parent f636ce8911
commit afd3472d1d

View File

@@ -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