From de9a71f8587aae5ac2ea3f4980906e5eb008de2f Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:01:26 -0300 Subject: [PATCH] test(ci): register the reset-aware quota-scope test in stryker tap.testFiles tests/unit/reset-aware-request-scope-12600.test.ts (PR #12600) covers open-sse/services/combo/quotaScoring.ts but was missing from stryker.conf.json's tap.testFiles, so its mutant kills did not count toward the mutation-test-coverage gate (check:mutation-test-coverage --strict was red on release/v3.8.51). Inserted at the correct sorted position; verified no duplicate entries were introduced. --- stryker.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/stryker.conf.json b/stryker.conf.json index c8ff964e77..e28a90fa06 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -349,6 +349,7 @@ "tests/unit/repro-antigravity-404-family-cooldown-hijack.test.ts", "tests/unit/repro-combo-persisted-cooldown-preskip.test.ts", "tests/unit/repro-glm-iso-reset-24h-cap.test.ts", + "tests/unit/reset-aware-request-scope-12600.test.ts", "tests/unit/resilience-connections.test.ts", "tests/unit/responses-handler.test.ts", "tests/unit/responses-passthrough-openai-compatible.test.ts",