Skip to content

Commit

Permalink
update to below coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
jotacemarin committed Feb 6, 2024
1 parent af08620 commit a59ce5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
],
"coverageThreshold": {
"global": {
"branches": 50,
"functions": 50,
"lines": 50,
"statements": 50
"branches": 30,
"functions": 30,
"lines": 30,
"statements": 30
}
}
},
Expand Down

0 comments on commit a59ce5e

Please sign in to comment.