Skip to content

Commit

Permalink
chore: decrease jest coverage target
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 17, 2024
1 parent 0507fa5 commit d6c9f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const baseConfig = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 65.43,
branches: 65.15,
functions: 65.65,
lines: 66.74,
statements: 66.81,
Expand Down

0 comments on commit d6c9f7b

Please sign in to comment.