Skip to content

Commit

Permalink
test: adjust coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesposito committed Jan 24, 2024
1 parent 214cf7f commit 88ab32e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/keyring-controller/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ module.exports = merge(baseConfig, {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 74.14,
functions: 98.94,
lines: 93.84,
statements: 93.88,
branches: 73.79,
functions: 98.93,
lines: 93.81,
statements: 93.85,
},
},

Expand Down

0 comments on commit 88ab32e

Please sign in to comment.