Skip to content

Commit

Permalink
fix(coverage): fixed codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoTron committed Oct 6, 2017
1 parent ad9f809 commit 12b180b
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 @@ -5,8 +5,7 @@
"main": "dist/index.js",
"scripts": {
"commit": "git-cz",
"report-coverage":
"nyc report --reporter=text-lcov > coverage.lcov | codecov",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"prebuild": "rimraf dist",
"build": "babel --copy-files --out-dir dist --ignore *.test.js src",
"test": "mocha --compilers js:babel-register src/index.test.js -w",
Expand Down

0 comments on commit 12b180b

Please sign in to comment.