From b17c2c51b1ab65a38967476a8e756675895b3f84 Mon Sep 17 00:00:00 2001 From: Niek Otten Date: Fri, 17 Jul 2026 09:15:51 +0200 Subject: [PATCH] chore(test): exclude BeoordelingEscalatiePump from mutation (S-14, refs #15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- services/domain/stryker-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/domain/stryker-config.json b/services/domain/stryker-config.json index 935dfd7..0391844 100644 --- a/services/domain/stryker-config.json +++ b/services/domain/stryker-config.json @@ -4,7 +4,8 @@ "test-projects": ["Big.Tests/Big.Tests.csproj"], "reporters": ["progress", "html"], "mutate": [ - "!**/OpenZaakJobPump.cs" + "!**/OpenZaakJobPump.cs", + "!**/BeoordelingEscalatiePump.cs" ], "thresholds": { "high": 95,