Skip to content

Commit 59321cb

Browse files
chore: increase coverage thresholds for bridge status controller
1 parent ed591e4 commit 59321cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/bridge-status-controller/jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ module.exports = merge(baseConfig, {
1717
// An object that configures minimum threshold enforcement for coverage results
1818
coverageThreshold: {
1919
global: {
20-
branches: 93,
21-
functions: 98,
22-
lines: 98,
23-
statements: 98,
20+
branches: 94,
21+
functions: 100,
22+
lines: 100,
23+
statements: 100,
2424
},
2525
},
2626
});

0 commit comments

Comments
 (0)