Skip to content

Commit

Permalink
Adjust coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
fboeller committed Mar 7, 2021
1 parent 52c7b2a commit ba2531a
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 @@ -33,10 +33,10 @@
"clearMocks": true,
"coverageThreshold": {
"global": {
"branches": 10,
"functions": 10,
"lines": 10,
"statements": 10
"branches": 80,
"functions": 80,
"lines": 80,
"statements": 80
}
},
"globals": {
Expand Down

0 comments on commit ba2531a

Please sign in to comment.