From 59ee091fb0c9256eded2a60c48a544c5e99246dd Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" <4903+rboyer@users.noreply.github.com> Date: Fri, 30 Apr 2021 10:17:00 -0500 Subject: [PATCH] [1.8.x] remove Codecov from CI runs (#10145) (#10156) Co-authored-by: Jamie Finnigan --- .circleci/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7060d53f89..1d07ac9dfe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -215,12 +215,6 @@ jobs: path: *TEST_RESULTS_DIR - store_artifacts: path: *TEST_RESULTS_DIR - - 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" # split off a job for the API package since it is separate go-test-api: @@ -252,7 +246,6 @@ jobs: path: *TEST_RESULTS_DIR - store_artifacts: path: *TEST_RESULTS_DIR - - run: *codecov_upload # split off a job for the SDK package since it is separate go-test-sdk: @@ -284,7 +277,6 @@ jobs: path: *TEST_RESULTS_DIR - store_artifacts: path: *TEST_RESULTS_DIR - - run: *codecov_upload # build all distros build-distros: &build-distros @@ -648,10 +640,6 @@ jobs: - run: working_directory: ui-v2 command: make test-coverage-ci - - run: - name: codecov ui upload - working_directory: ui-v2 - command: bash <(curl -s https://codecov.io/bash) -v -c -C $CIRCLE_SHA1 -F ui envoy-integration-test-1_11_2: docker: @@ -730,7 +718,6 @@ jobs: make test-connect-ca-providers - store_test_results: path: *TEST_RESULTS_DIR - - run: *codecov_upload # only runs on master: checks latest commit to see if the PR associated has a backport/* or docs* label to cherry-pick cherry-picker: