Skip to content

Commit

Permalink
Adjusts test coverage thresholds in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Jun 11, 2024
1 parent 0ce4715 commit 49a3189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
],
"coverageThreshold": {
"global": {
"statements": 90,
"statements": 84,
"branches": 60,
"functions": 80,
"lines": 90
"functions": 78,
"lines": 86
}
}
},
Expand Down

0 comments on commit 49a3189

Please sign in to comment.