Skip to content

Commit

Permalink
chore: avoid duplicate coverage data upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 22, 2020
1 parent d51aa6d commit 83ee084
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 83ee084

Please sign in to comment.