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 Dec 2, 2024
1 parent b18ea12 commit e477334
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": 82,
"branches": 74,
"functions": 89,
"lines": 82,
"statements": 87,
"branches": 79,
"functions": 94,
"lines": 87,
"watermarks": {
"statements": [70, 90],
"branches": [70, 90],
Expand Down

0 comments on commit e477334

Please sign in to comment.