We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ced3ce commit dc8313cCopy full SHA for dc8313c
1 file changed
.config/vitest.config.mts
@@ -110,10 +110,10 @@ export default defineConfig({
110
skipFull: false,
111
ignoreClassMethods: ['constructor'],
112
thresholds: {
113
- branches: 94, // Lower due to unreachable defensive branches (String(e) when httpGetJson always throws Error)
114
- functions: 99,
115
- lines: 99,
116
- statements: 99,
+ branches: 98,
+ functions: 100,
+ lines: 100,
+ statements: 100,
117
},
118
// Coverage should report on src files.
119
reportsDirectory: './coverage',
0 commit comments