Skip to content

Commit

Permalink
remove --cov arg, enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse committed Mar 19, 2024
1 parent 066d5f0 commit bd25b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
disable-coverage: true
files:
- test/**/*.test.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "npm run lint && npm run test:unit && npm run test:typescript",
"test:typescript": "tsd",
"test:unit": "tap",
"test:unit:report": "tap --cov --coverage-report=html",
"test:unit:report": "tap --coverage-report=html",
"test:unit:verbose": "tap -Rspec"
},
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@fastify/cookie": "^9.3.1",
"@fastify/pre-commit": "^2.1.0",
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.11.29",
"fastify": "^4.26.2",
"standard": "^17.1.0",
Expand Down

0 comments on commit bd25b56

Please sign in to comment.