feat: add drop key functionality #6
@@ -4,4 +4,6 @@ unleash:
|
|||||||
timeout-coefficient: 50
|
timeout-coefficient: 50
|
||||||
|
|
||||||
workers: 4
|
workers: 4
|
||||||
dry-run: false
|
dry-run: false
|
||||||
|
threshold:
|
||||||
|
efficacy: 100
|
||||||
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 --threshold 1.0
|
gremlins unleash
|
||||||
|
|
||||||
FUZZ_TIME ?= 30
|
FUZZ_TIME ?= 30
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user