chore(test): update coverage thresholds

This commit is contained in:
Ali BARIN
2025-01-13 16:05:46 +00:00
parent 418452c122
commit e36fe2f0b4

View File

@@ -28,10 +28,10 @@ export default defineConfig({
], ],
thresholds: { thresholds: {
autoUpdate: true, autoUpdate: true,
statements: 99.44, statements: 99.4,
branches: 97.78, branches: 97.77,
functions: 99.1, functions: 99.16,
lines: 99.44, lines: 99.4,
}, },
}, },
}, },