Remove codecov node package and use bash uploader (#5937)
This commit is contained in:
committed by
Brian Ng
parent
a7a9e7ae17
commit
2ce5f166d7
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user