Skip to content

Commit 7c1223c

Browse files
committed
chore(config): increase typeCoverage threshold to 95%
Update TypeScript type coverage threshold from 94% to 95% to match current coverage level (95.14%).
1 parent ddc9613 commit 7c1223c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
},
275275
"typeCoverage": {
276276
"cache": true,
277-
"atLeast": 94,
277+
"atLeast": 95,
278278
"ignoreAsAssertion": true,
279279
"ignoreCatch": true,
280280
"ignoreEmptyType": true,

0 commit comments

Comments
 (0)