Skip to content

Commit

Permalink
Prevent coverage report from being created
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed May 6, 2023
1 parent 9449cfc commit 6865c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "git@github.com:bas081/furver.git"
},
"scripts": {
"test": "tap *.test.mjs",
"test": "tap *.test.mjs --no-cov",
"version": "markatzea CONTRIBUTING.mz > CONTRIBUTING.md && git add *.md"
},
"bin": {
Expand Down

0 comments on commit 6865c4a

Please sign in to comment.