Skip to content

Commit 91abe97

Browse files
committed
ci: decrease coverage threshold
1 parent 83f27d8 commit 91abe97

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

jest.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ module.exports = {
66
},
77
coverageThreshold: {
88
global: {
9-
branches: 100,
10-
functions: 100,
11-
lines: 100,
12-
statements: 100,
13-
},
14-
'./lib/node-utils.ts': {
159
branches: 90,
1610
functions: 90,
1711
lines: 90,

0 commit comments

Comments
 (0)