Files
register-referentie/services/domain/stryker-config.json
Niek Otten b17c2c51b1
Some checks failed
CI / lint (pull_request) Successful in 4m21s
CI / build (pull_request) Successful in 1m3s
CI / unit (pull_request) Successful in 1m8s
CI / frontend (pull_request) Successful in 2m37s
CI / mutation (pull_request) Successful in 5m14s
CI / verify-stack (pull_request) Failing after 6m36s
chore(test): exclude BeoordelingEscalatiePump from mutation (S-14, refs #15)
The hosted escalation pump is a thin shell with logic in the unit-tested
processor, mirroring the existing OpenZaakJobPump exclusion (§5).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-17 09:15:51 +02:00

17 lines
324 B
JSON

{
"stryker-config": {
"solution": "Big.slnx",
"test-projects": ["Big.Tests/Big.Tests.csproj"],
"reporters": ["progress", "html"],
"mutate": [
"!**/OpenZaakJobPump.cs",
"!**/BeoordelingEscalatiePump.cs"
],
"thresholds": {
"high": 95,
"low": 90,
"break": 90
}
}
}