From e4a2291ccbd83e5f6e4ac0438ea01a109f1e4e98 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 29 Apr 2021 17:03:42 +0000 Subject: [PATCH] backport of commit 43af00262e1db7916f64579c7dab161433bf41db --- .circleci/config.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ebebd3582e..be757bbad4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,27 +110,6 @@ jobs: fail_only: true only_for_branches: master - # combine code coverage results from the parallel circleci executors - coverage-merge: - executor: - name: go - steps: - - checkout - - attach_workspace: - at: . - - run: mkdir -p $TEST_RESULTS_DIR - - run: - name: merge coverage reports - command: | - echo "mode: set" > coverage.out - grep -h -v "mode: set" cov_*.part >> coverage.out - go tool cover -html=coverage.out -o $TEST_RESULTS_DIR/coverage.html - - run: - name: codecov upload - command: bash <(curl -s https://codecov.io/bash) -v -C $CIRCLE_SHA1 - - store_artifacts: - path: *TEST_RESULTS_DIR - # build all distros build-distros: &build-distros executor: go @@ -282,10 +261,6 @@ workflows: - go-test-e2e: requires: - go-checks - - coverage-merge: - requires: - - go-test - - go-test-e2e - test-docker-full: filters: branches: