test: define nested GitHub status handling

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-07-15 08:54:08 -04:00
parent 1150e0c3c8
commit 5c57b4f7c2
2 changed files with 326 additions and 20 deletions
+3 -3
View File
@@ -7,10 +7,10 @@ export default defineConfig({
reporter: ['text', 'json-summary', 'lcov'],
include: ['src/**/*.ts'],
thresholds: {
statements: 93,
branches: 89,
statements: 94,
branches: 90,
functions: 95,
lines: 93,
lines: 94,
},
},
include: ['__tests__/**/*.ts'],