Skip to content

Commit

Permalink
chore: update coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
lesyk-lesyk committed May 14, 2024
1 parent 01b2aa0 commit 297c083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"collectCoverageFrom": ["./src/**"],
"coverageThreshold": {
"global": {
"branches": 55,
"branches": 50,
"functions": 90,
"lines": 80,
"statements": 80
Expand Down

0 comments on commit 297c083

Please sign in to comment.