From 07b2cf9b7ee90a52788e2f9885d1dcae755f7981 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Sun, 19 Jul 2026 10:25:01 -0300 Subject: [PATCH] test(ci): register 5 covering unit tests in stryker tap.testFiles (base-red unblock) Clears the release base-red where account-fallback-lockout-eviction, cliproxyapi-dedicated-credential-7645, combo-least-used-account, combo/recovery-hint and route-guard-forge-jcode-settings-local-only were covering mutated modules but missing from tap.testFiles. --- changelog.d/maintenance/stryker-register-5-covering-tests.md | 1 + stryker.conf.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 changelog.d/maintenance/stryker-register-5-covering-tests.md diff --git a/changelog.d/maintenance/stryker-register-5-covering-tests.md b/changelog.d/maintenance/stryker-register-5-covering-tests.md new file mode 100644 index 0000000000..b614fa9037 --- /dev/null +++ b/changelog.d/maintenance/stryker-register-5-covering-tests.md @@ -0,0 +1 @@ +- Register 5 covering unit tests (account-fallback lockout eviction, cliproxyapi dedicated credential #7645, combo least-used account, combo recovery-hint, route-guard forge/jcode local-only) in `stryker.conf.json` `tap.testFiles` to clear the release base-red. diff --git a/stryker.conf.json b/stryker.conf.json index d8354ffb1f..9c57ea40d9 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -43,6 +43,7 @@ "tap": { "testFiles": [ "tests/unit/account-fallback-anthropic-quota.test.ts", + "tests/unit/account-fallback-lockout-eviction.test.ts", "tests/unit/account-fallback-retry-after-json.test.ts", "tests/unit/account-fallback-route-restriction-403.test.ts", "tests/unit/account-fallback-service.test.ts", @@ -100,6 +101,9 @@ "tests/unit/circuit-breaker-failure-kind.test.ts", "tests/unit/circuit-breaker-registry-cap.test.ts", "tests/unit/circuit-breaker-stream-controller-4602.test.ts", + "tests/unit/cliproxyapi-dedicated-credential-7645.test.ts", + "tests/unit/combo-least-used-account.test.ts", + "tests/unit/combo/recovery-hint.test.ts", "tests/unit/ddg-circuit-breaker-null-content-6999-7000.test.ts", "tests/unit/claude-code-parity.test.ts", "tests/unit/claude-effort-suffix-strip.test.ts", @@ -231,6 +235,7 @@ "tests/unit/responses-handler.test.ts", "tests/unit/rotation-config-omniroute.test.ts", "tests/unit/route-explainability.test.ts", + "tests/unit/route-guard-forge-jcode-settings-local-only.test.ts", "tests/unit/route-guard-grok-build-settings-local-only.test.ts", "tests/unit/route-guard-middleware-local-only.test.ts", "tests/unit/route-guard-plugins-local-only.test.ts",