Skip to content

Commit e1b14e6

Browse files
committed
test: update vitest config
1 parent aeacd2d commit e1b14e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
reporter: ['html', 'lcov'],
1313
reportsDirectory: './coverage',
1414
thresholds: {
15-
autoUpdate: true,
15+
autoUpdate: !process.env.CI,
1616
statements: 45.88,
1717
branches: 75.91,
1818
functions: 54.23,

0 commit comments

Comments
 (0)