Skip to content

Commit

Permalink
chore: update test coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 23, 2024
1 parent a0b6d77 commit 208fd46
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 @@ const baseConfig = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 64.95,
branches: 65.15,
functions: 65.65,
lines: 66.04,
statements: 66.13,
lines: 66.81,
statements: 66.88,
},
},

Expand Down

0 comments on commit 208fd46

Please sign in to comment.