diff --git a/changelog.d/maintenance/11577-stryker-tap-testfiles.md b/changelog.d/maintenance/11577-stryker-tap-testfiles.md new file mode 100644 index 0000000000..2d61211410 --- /dev/null +++ b/changelog.d/maintenance/11577-stryker-tap-testfiles.md @@ -0,0 +1 @@ +- **chore(stryker):** register `route-guard-tunnel-processes-local-only` and `universal-quota-aware-routing` in `tap.testFiles`, so their mutant kills count for the three modules they cover ([#11577](https://github.com/diegosouzapw/OmniRoute/pull/11577)) diff --git a/stryker.conf.json b/stryker.conf.json index 868f68ee9d..86f0c6c867 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -93,6 +93,7 @@ "tests/unit/authz/oauth-autoimport-local-only.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-tunnel-processes-local-only.test.ts", "tests/unit/authz/route-guard-version-get-exemption.test.ts", "tests/unit/authz/route-guard-vnc-session-local-only.test.ts", "tests/unit/authz/routeGuard.test.ts", @@ -376,6 +377,7 @@ "tests/unit/tproxy-route.test.ts", "tests/unit/trae-publiccred.test.ts", "tests/unit/types-barrel-model-cooldown.test.ts", + "tests/unit/universal-quota-aware-routing.test.ts", "tests/unit/upstream-error-passthrough.test.ts", "tests/unit/upstream-retry-hints-toggle.test.ts", "tests/unit/upstream-timeout-connection-tier.test.ts",