From 8ee4345a61d9246a5dcee842c6a42e3b68384587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 30 Oct 2020 10:28:38 -0400 Subject: [PATCH] chore: avoid duplicate coverage data upload (#12187) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 709f7c0f24..a291d780cc 100644 --- a/Makefile +++ b/Makefile @@ -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