We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeacd2d commit e1b14e6Copy full SHA for e1b14e6
vitest.config.ts
@@ -12,7 +12,7 @@ export default defineConfig({
12
reporter: ['html', 'lcov'],
13
reportsDirectory: './coverage',
14
thresholds: {
15
- autoUpdate: true,
+ autoUpdate: !process.env.CI,
16
statements: 45.88,
17
branches: 75.91,
18
functions: 54.23,
0 commit comments