Skip to content

Commit

Permalink
update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Nov 22, 2024
1 parent 6df462c commit d781570
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/snaps-rpc-methods/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ module.exports = deepmerge(baseConfig, {
],
coverageThreshold: {
global: {
branches: 92.88,
functions: 97.26,
lines: 97.84,
statements: 97.36,
branches: 92.54,
functions: 95.67,
lines: 97.36,
statements: 96.72,
},
},
});

0 comments on commit d781570

Please sign in to comment.