Skip to content

Commit

Permalink
ci: add jest thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Aug 18, 2023
1 parent b7b77a0 commit 77607b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@
"default",
"jest-junit"
],
"coverageThreshold": {
"global": {
"branches": 22,
"functions": 33,
"lines": 34,
"statements": 34
}
},
"coverageDirectory": "coverage"
},
"jest-junit": {
Expand Down

0 comments on commit 77607b9

Please sign in to comment.