fix: Update vitest coverage threshold

This commit is contained in:
Faruk AYDIN
2025-04-23 11:49:57 +02:00
parent 5432322208
commit 7853762355

View File

@@ -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,
},
},
},