feat: add drop key functionality #6

Merged
mvhutz merged 12 commits from feat/drop-item into main 2026-03-20 01:59:55 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit cd115ba7a2 - Show all commits

View File

@@ -5,3 +5,5 @@ unleash:
workers: 4
dry-run: false
threshold:
efficacy: 100

View File

@@ -14,7 +14,7 @@ test-unit: ## Run unit tests with coverage
go test ./... -cover -v
test-mutation: ## Run mutation tests with gremlins
gremlins unleash --threshold 1.0
gremlins unleash
FUZZ_TIME ?= 30