Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
alallier committed Apr 7, 2019
1 parent 16bac3a commit 8d6f318
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 @@ -45,7 +45,7 @@
"standard": "standard **/*.js bin/**/*",
"cover": "nyc --reporter=html --reporter=text mocha --timeout 5000 --recursive test",
"coverage": "npm run cover",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
"report-coverage": "nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
},
"bin": {
"reload": "./bin/reload"
Expand Down

0 comments on commit 8d6f318

Please sign in to comment.