Skip to content

Commit dc8313c

Browse files
committed
chore: raise coverage thresholds to match 100% achievement
statements: 99 → 100, lines: 99 → 100, functions: 99 → 100, branches: 94 → 98 (remaining gap is v8-ignored defensive branches)
1 parent 8ced3ce commit dc8313c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.config/vitest.config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ export default defineConfig({
110110
skipFull: false,
111111
ignoreClassMethods: ['constructor'],
112112
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,
113+
branches: 98,
114+
functions: 100,
115+
lines: 100,
116+
statements: 100,
117117
},
118118
// Coverage should report on src files.
119119
reportsDirectory: './coverage',

0 commit comments

Comments
 (0)