feat: remove codex support

This commit is contained in:
Kacper
2025-12-13 20:13:53 +01:00
parent 83fbf55781
commit 37f45ee89b
32 changed files with 925 additions and 7065 deletions

View File

@@ -17,10 +17,10 @@ export default defineConfig({
"src/routes/**", // Routes are better tested with integration tests
],
thresholds: {
lines: 70,
functions: 80,
branches: 64,
statements: 70,
lines: 65,
functions: 75,
branches: 58,
statements: 65,
},
},
include: ["tests/**/*.test.ts", "tests/**/*.spec.ts"],