Skip to content

Commit 8b4abfc

Browse files
committed
fix: coverage threshold
1 parent 9fad876 commit 8b4abfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = merge(baseConfig, {
2424
coverageThreshold: {
2525
global: {
2626
branches: 76.25,
27-
functions: 98.59,
27+
functions: 98.48,
2828
lines: 97.7,
2929
statements: 97.71,
3030
},

0 commit comments

Comments
 (0)