Skip to content

Commit

Permalink
test: bump the code coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
zainfathoni committed Jul 26, 2021
1 parent dce983a commit e1c7fd3
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 @@ -7,10 +7,10 @@ module.exports = {
],
coverageThreshold: {
global: {
statements: 44,
branches: 35,
functions: 46,
lines: 44,
statements: 49,
branches: 41,
functions: 51,
lines: 49,
},
},
transform: {
Expand Down

0 comments on commit e1c7fd3

Please sign in to comment.