Skip to content

Commit

Permalink
chore: use codecov bash uploader (#511)
Browse files Browse the repository at this point in the history
* chore: use codecov bash uploader

* fix: use pipe method for bash uploader
  • Loading branch information
zacharygolba authored Nov 9, 2016
1 parent edb4635 commit 7769865
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 @@ -25,7 +25,7 @@
"lint": "remark . && eslint .",
"start": "lux serve",
"test": "npm run build && nyc -i ./lib/babel-hook.js --instrument false --source-map false mocha -r ./lib/babel-hook.js test/index.js src/**/*.test.js",
"test:codecov": "nyc report --reporter=lcov > coverage.lcov && codecov -t $LUX_CODECOV_TOKEN"
"test:codecov": "nyc report --reporter=lcov > coverage.lcov && curl -s https://codecov.io/bash | bash"
},
"author": "Zachary Golba",
"license": "MIT",
Expand Down Expand Up @@ -59,7 +59,6 @@
"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
"babel-preset-lux": "1.3.0",
"chai": "3.5.0",
"codecov": "1.0.1",
"eslint-config-airbnb-base": "10.0.1",
"eslint-plugin-flowtype": "2.25.0",
"eslint-plugin-import": "2.2.0",
Expand Down

0 comments on commit 7769865

Please sign in to comment.