Skip to content

Commit

Permalink
chore: set coverage back to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters committed Oct 19, 2023
1 parent c5a7d43 commit 8f94701
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
"coverageDirectory": "../coverage",
"coverageThreshold": {
"global": {
"branches": 99,
"functions": 99,
"lines": 99,
"statements": 99
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
},
"testEnvironment": "node",
Expand Down

0 comments on commit 8f94701

Please sign in to comment.