Skip to content

Commit

Permalink
Update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 26, 2022
1 parent 1d0f685 commit 148ad0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/rpc-methods/jest.config.js
Expand Up @@ -7,10 +7,10 @@ module.exports = {
coverageReporters: ['clover', 'json', 'lcov', 'text', 'json-summary'],
coverageThreshold: {
global: {
branches: 43.52,
functions: 59.74,
lines: 48.27,
statements: 48.04,
branches: 46.25,
functions: 60.52,
lines: 49.72,
statements: 49.46,
},
},
moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node'],
Expand Down

0 comments on commit 148ad0d

Please sign in to comment.