Skip to content

Commit

Permalink
Adjust jest coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Oct 26, 2023
1 parent 6d4d14e commit 7e8760d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ module.exports = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 65.42,
functions: 88.57,
lines: 81.63,
statements: 81.55,
branches: 73.98,
functions: 90.81,
lines: 84.53,
statements: 84.44,
},
},

Expand Down

0 comments on commit 7e8760d

Please sign in to comment.