fix: Update vitest coverage threshold
This commit is contained in:
@@ -28,10 +28,10 @@ export default defineConfig({
|
||||
],
|
||||
thresholds: {
|
||||
autoUpdate: true,
|
||||
statements: 99.4,
|
||||
branches: 97.77,
|
||||
functions: 99.16,
|
||||
lines: 99.4,
|
||||
statements: 99.38,
|
||||
branches: 98.25,
|
||||
functions: 99.02,
|
||||
lines: 99.38,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user