Skip to content

Commit

Permalink
Update coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Apr 19, 2023
1 parent dcd1942 commit 2476986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ module.exports = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 94.25,
branches: 94.31,
functions: 94.11,
lines: 97.04,
statements: 97.04,
lines: 97.05,
statements: 97.05,
},
},

Expand Down

0 comments on commit 2476986

Please sign in to comment.