Remove codecov node package and use bash uploader (#5937)

This commit is contained in:
Daniel Tschinder
2017-07-11 20:37:54 +02:00
committed by Brian Ng
parent a7a9e7ae17
commit 2ce5f166d7
3 changed files with 759 additions and 661 deletions

View File

@@ -58,10 +58,11 @@ test-ci:
make bootstrap
make test-only
test-ci-coverage: SHELL:=/bin/bash
test-ci-coverage:
BABEL_ENV=cov make bootstrap
./scripts/test-cov.sh
./node_modules/.bin/codecov -f coverage/coverage-final.json
bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json
publish:
git pull --rebase