Skip to content

Commit

Permalink
chore: adjust coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Feb 5, 2024
1 parent 9f48ed8 commit 2a336f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"scripts": {
"build": "tsc",
"coverage": "vitest run --coverage",
"coverage:types": "type-coverage --min=100",
"coverage:types": "type-coverage",
"format": "prettier --write .",
"lint": "xo --prettier",
"lint:fix": "xo --fix --prettier",
Expand All @@ -65,7 +65,7 @@
},
"type": "module",
"typeCoverage": {
"atLeast": 100,
"atLeast": 97,
"detail": true,
"ignoreCatch": true,
"strict": true
Expand Down

0 comments on commit 2a336f9

Please sign in to comment.