Skip to content

Commit

Permalink
chore: avoid duplicate coverage data upload (#12187)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 30, 2020
1 parent 09c0ee0 commit 8ee4345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ee4345

Please sign in to comment.