Skip to content

Commit

Permalink
chore(codecov): codecov fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoTron committed Oct 14, 2017
1 parent 5430194 commit d8fe69f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed coverage.lcov
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"commit": "git-cz",

"report-coverage":
"nyc report --reporter=lcov > coverage.lcov && codecov -t c1cea4d6-9aec-445c-8179-bc5543358876",
"nyc report --reporter=lcov | codecov -t c1cea4d6-9aec-445c-8179-bc5543358876",
"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 d8fe69f

Please sign in to comment.