Skip to content

Commit

Permalink
build: fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Aug 8, 2023
1 parent 9725859 commit 31b3341
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 @@ -36,7 +36,7 @@
"lint": "jshint index.js test.js",
"test": "mocha",
"test-coverage": "nyc --reporter=html --reporter=text mocha",
"test-coveralls": "nyc report --reporter=text-lcov | coveralls",
"test-coveralls": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
"prepare": "husky install"
},
"nyc": {
Expand Down

0 comments on commit 31b3341

Please sign in to comment.