From dec5e1708afe661b6b18dc973abbdcd49eac73c8 Mon Sep 17 00:00:00 2001 From: Markus Hartung Date: Sun, 23 Aug 2026 16:48:46 -0300 Subject: [PATCH] test(mutation): register quota-exhaustion-cutoff-opencode in stryker tap.testFiles Base-red drain: #11267 added tests/unit/quota-exhaustion-cutoff-opencode.test.ts (covers the mutated src/sse/services/auth.ts) without registering it, so the mutation-test-coverage gate fails on the pristine release tip. --- stryker.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/stryker.conf.json b/stryker.conf.json index 33428a46da..f9317d95a0 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -89,6 +89,7 @@ "tests/unit/auth-terminal-status.test.ts", "tests/unit/authz/discovery-routes-local-only.test.ts", "tests/unit/authz/oauth-autoimport-local-only.test.ts", + "tests/unit/quota-exhaustion-cutoff-opencode.test.ts", "tests/unit/authz/route-guard-local-prefix.test.ts", "tests/unit/authz/route-guard-skills-collect.test.ts", "tests/unit/authz/route-guard-version-get-exemption.test.ts",