Skip to content

Commit

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

0 comments on commit fc8c85b

Please sign in to comment.