chore(test): exclude BeoordelingEscalatiePump from mutation (S-14, refs #15)
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
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
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>
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"test-projects": ["Big.Tests/Big.Tests.csproj"],
|
||||
"reporters": ["progress", "html"],
|
||||
"mutate": [
|
||||
"!**/OpenZaakJobPump.cs"
|
||||
"!**/OpenZaakJobPump.cs",
|
||||
"!**/BeoordelingEscalatiePump.cs"
|
||||
],
|
||||
"thresholds": {
|
||||
"high": 95,
|
||||
|
||||
Reference in New Issue
Block a user