Skip to content

Commit 866d228

Browse files
authored
chore(keyring-eth-hd): decrease coverage threshold (#376)
Some code was removed in #374, which reduced the total coverage.
1 parent 0406a79 commit 866d228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/keyring-eth-hd/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = merge(baseConfig, {
2626
branches: 83.87,
2727
functions: 100,
2828
lines: 95,
29-
statements: 97.26,
29+
statements: 97.16,
3030
},
3131
},
3232
});

0 commit comments

Comments
 (0)