Skip to content

Commit

Permalink
Fix coverage report not being generated before reporting to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro404 committed Mar 20, 2020
1 parent ece0636 commit 3622a5c
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 @@
"docs": "gulp docs",
"test": "mocha",
"coverage": "nyc npm run test",
"coveralls": "npm run coverage -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
"coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3622a5c

Please sign in to comment.