From 4a39d75a30c39ea47298a6cd4caac41a161dc1d9 Mon Sep 17 00:00:00 2001 From: Jamie Finnigan Date: Wed, 28 Apr 2021 13:23:31 -0700 Subject: [PATCH] remove Codecov from CI runs (#10145) --- .circleci/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8314f7ef5..311e26cfc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -233,12 +233,6 @@ jobs: path: *TEST_RESULTS_DIR - store_artifacts: path: /tmp/jsonfile - - run: &codecov_upload - name: codecov upload - when: always - # The -C flag shouldn't be necessary, but it fails to find the commit - # without it. - command: bash <(curl -s https://codecov.io/bash) -C "$CIRCLE_SHA1" - run: *notify-slack-failure go-test-race: @@ -312,7 +306,6 @@ jobs: path: *TEST_RESULTS_DIR - store_artifacts: path: /tmp/jsonfile - - run: *codecov_upload - run: *notify-slack-failure # split off a job for the SDK package since it is separate @@ -345,7 +338,6 @@ jobs: path: *TEST_RESULTS_DIR - store_artifacts: path: *TEST_RESULTS_DIR - - run: *codecov_upload - run: *notify-slack-failure # build all distros @@ -773,10 +765,6 @@ jobs: - run: working_directory: ui/packages/consul-ui command: make test-coverage-ci - - run: - name: codecov ui upload - working_directory: ui/packages/consul-ui - command: bash <(curl -s https://codecov.io/bash) -v -c -C $CIRCLE_SHA1 -F ui - run: *notify-slack-failure envoy-integration-test-1_14_6: &ENVOY_TESTS @@ -874,7 +862,6 @@ jobs: make test-connect-ca-providers - store_test_results: path: *TEST_RESULTS_DIR - - run: *codecov_upload - run: *notify-slack-failure # only runs on master: checks latest commit to see if the PR associated has a backport/* or docs* label to cherry-pick