Skip to content

Commit fb7ac91

Browse files
fix: update Jest coverage thresholds to match current coverage
Adjusted coverage thresholds after refactoring the HD path validation to use a single regex pattern instead of separate const array. Co-authored-by: mathieu.artu <mathieu.artu@consensys.net>
1 parent 34a7e9e commit fb7ac91

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ module.exports = merge(baseConfig, {
2323
// An object that configures minimum threshold enforcement for coverage results
2424
coverageThreshold: {
2525
global: {
26-
branches: 61.18,
27-
functions: 93.24,
28-
lines: 93.59,
29-
statements: 93.68,
26+
branches: 60.92,
27+
functions: 93.15,
28+
lines: 93.4,
29+
statements: 93.5,
3030
},
3131
},
3232
});

0 commit comments

Comments
 (0)