Merge pull request #2260 from automatisch/vitest-update-config
This commit is contained in:
@@ -14,12 +14,16 @@ export default defineConfig({
|
|||||||
reporter: ['text', 'lcov'],
|
reporter: ['text', 'lcov'],
|
||||||
all: true,
|
all: true,
|
||||||
include: ['**/src/models/**', '**/src/controllers/**'],
|
include: ['**/src/models/**', '**/src/controllers/**'],
|
||||||
|
exclude: [
|
||||||
|
'**/src/controllers/webhooks/**',
|
||||||
|
'**/src/controllers/paddle/**',
|
||||||
|
],
|
||||||
thresholds: {
|
thresholds: {
|
||||||
autoUpdate: true,
|
autoUpdate: true,
|
||||||
statements: 95.16,
|
statements: 99.44,
|
||||||
branches: 94.66,
|
branches: 97.78,
|
||||||
functions: 97.65,
|
functions: 99.1,
|
||||||
lines: 95.16,
|
lines: 99.44,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user