Skip to content

Commit

Permalink
ci: Increase coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Oct 22, 2024
1 parent 0c9b3e8 commit 5bf5748
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"src/linter/xmlTemplate/lib/JSTokenizer.js"
],
"check-coverage": true,
"statements": 72,
"branches": 68,
"functions": 75,
"lines": 72,
"statements": 82,
"branches": 74,
"functions": 89,
"lines": 82,
"watermarks": {
"statements": [70, 90],
"branches": [70, 90],
Expand Down

0 comments on commit 5bf5748

Please sign in to comment.