Merge pull request #2260 from automatisch/vitest-update-config

This commit is contained in:
Ali BARIN
2024-12-20 16:09:57 +01:00
committed by GitHub

View File

@@ -14,12 +14,16 @@ export default defineConfig({
reporter: ['text', 'lcov'],
all: true,
include: ['**/src/models/**', '**/src/controllers/**'],
exclude: [
'**/src/controllers/webhooks/**',
'**/src/controllers/paddle/**',
],
thresholds: {
autoUpdate: true,
statements: 95.16,
branches: 94.66,
functions: 97.65,
lines: 95.16,
statements: 99.44,
branches: 97.78,
functions: 99.1,
lines: 99.44,
},
},
},