Skip to content

Commit

Permalink
set correct coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ttwiesal committed Mar 20, 2024
1 parent 6e584d4 commit 2c5ac15
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 @@ -41,10 +41,10 @@
],
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
"branches": 90,
"functions": 80,
"lines": 90,
"statements": 90
}
}
}
Expand Down

0 comments on commit 2c5ac15

Please sign in to comment.