Skip to content

Commit

Permalink
[INTERNAL] Lower coverage thresholds
Browse files Browse the repository at this point in the history
Will create additional tests in follow-up PRs
  • Loading branch information
RandomByte committed Jun 13, 2022
1 parent 4977c0a commit 5a693fe
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 @@ -74,10 +74,10 @@
"jsdoc-plugin.js"
],
"check-coverage": true,
"statements": 85,
"branches": 75,
"functions": 80,
"lines": 85,
"statements": 76,
"branches": 72,
"functions": 70,
"lines": 76,
"watermarks": {
"statements": [
70,
Expand Down

0 comments on commit 5a693fe

Please sign in to comment.