Skip to content

Commit

Permalink
ci(package): lower required coverage percentages
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Feb 10, 2025
1 parent 40b6d37 commit 91199c6
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 @@ -15,7 +15,7 @@
"prepare": "npm run build",
"format:fix": "prettier --write package.json *.markdown src/** test/** **/*.yml",
"build": "esbuild src/index.js --sourcemap --bundle --minify --outfile=index.js --format=cjs",
"test": "tap --reporter=base --coverage-report=html test/*.js"
"test": "tap --reporter=base --branches=95 --functions=90 --lines=95 --statements=95 --coverage-report=html test/*.js"
},
"repository": {
"type": "git",
Expand All @@ -41,4 +41,4 @@
"readme.markdown",
"LICENSE"
]
}
}

0 comments on commit 91199c6

Please sign in to comment.