We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa17e2 commit 3806c1bCopy full SHA for 3806c1b
1 file changed
vitest.config.ci.ts
@@ -17,7 +17,7 @@ export default defineConfig({
17
thresholds: {
18
statements: 60,
19
functions: 65,
20
- branches: 55,
+ branches: 50,
21
lines: 60,
22
},
23
reportsDirectory: 'coverage',
0 commit comments