Merge parallel pre-push gates into CI scheduler

This commit is contained in:
Tianyi Cui
2026-07-06 01:47:13 +08:00
16 changed files with 522 additions and 262 deletions

View File

@@ -43,7 +43,7 @@ export default defineConfig({
functions: 100,
lines: 100,
},
reporter: ['text', 'html'],
reporter: process.env.CI ? ['text'] : ['text', 'html'],
},
},
})