Skip to content

Commit c3e6a34

Browse files
committed
test: set jest coverage threshold
1 parent 4d3e20d commit c3e6a34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/keyring-controller/jest.config.js

Lines changed: 3 additions & 3 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: 94.55,
20+
branches: 94.63,
2121
functions: 100,
22-
lines: 98.84,
23-
statements: 98.85,
22+
lines: 98.85,
23+
statements: 98.86,
2424
},
2525
},
2626

0 commit comments

Comments
 (0)