chore: avoid duplicate coverage data upload (#12187)

This commit is contained in:
Huáng Jùnliàng 2020-10-30 10:28:38 -04:00 committed by GitHub
parent 09c0ee0a8b
commit 8ee4345a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,6 @@ test-ci-coverage: SHELL:=/bin/bash
test-ci-coverage:
BABEL_COVERAGE=true BABEL_ENV=test $(MAKE) bootstrap
BABEL_ENV=test TEST_TYPE=cov ./scripts/test-cov.sh
bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json
bootstrap-flow:
rm -rf build/flow