Skip to content

Commit a2617de

Browse files
committed
Update vitest coverage thresholds to 80%
- Increase line and statement thresholds from 79% to 80% - Maintain function and branch thresholds at 80% - Target 83% actual coverage for healthy margin above threshold
1 parent 5872637 commit a2617de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/vitest.config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ export default defineConfig({
103103
: ['registry/dist/**/*.{js,mjs,cjs}'],
104104
all: true,
105105
thresholds: {
106-
lines: 79,
106+
lines: 80,
107107
functions: 80,
108108
branches: 80,
109-
statements: 79,
109+
statements: 80,
110110
},
111111
},
112112
},

0 commit comments

Comments
 (0)