Skip to content

Commit

Permalink
update coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed Oct 31, 2023
1 parent 8b21f3e commit 3e99307
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"prepublishOnly": "npm test && npm run build",
"lint": "eslint src/ test/",
"test": "mocha --recursive",
"test:coverage": "nyc mocha --recursive",
"test:coveralls": "nyc --reporter=lcov --reporter=text-lcov npm test && cat ./coverage/lcov.info | coveralls"
"test:coverage": "nyc --reporter=lcov --reporter=text-lcov npm run test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e99307

Please sign in to comment.