mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 21:03:08 +00:00
feat: remove codex support
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user