refactor: harden GitHub error classification

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-07-15 07:22:33 -04:00
parent d100e75a45
commit 1150e0c3c8
5 changed files with 249 additions and 100 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ export default defineConfig({
reporter: ['text', 'json-summary', 'lcov'],
include: ['src/**/*.ts'],
thresholds: {
statements: 88,
branches: 83,
functions: 86,
lines: 88,
statements: 93,
branches: 89,
functions: 95,
lines: 93,
},
},
include: ['__tests__/**/*.ts'],