remove Codecov from CI runs (#10145)

pull/10148/head
Jamie Finnigan 4 years ago committed by GitHub
parent f9a4b6d050
commit 8fc62cb87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -233,12 +233,6 @@ jobs:
path: *TEST_RESULTS_DIR path: *TEST_RESULTS_DIR
- store_artifacts: - store_artifacts:
path: /tmp/jsonfile 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 - run: *notify-slack-failure
go-test-race: go-test-race:
@ -312,7 +306,6 @@ jobs:
path: *TEST_RESULTS_DIR path: *TEST_RESULTS_DIR
- store_artifacts: - store_artifacts:
path: /tmp/jsonfile path: /tmp/jsonfile
- run: *codecov_upload
- run: *notify-slack-failure - run: *notify-slack-failure
# split off a job for the SDK package since it is separate # split off a job for the SDK package since it is separate
@ -345,7 +338,6 @@ jobs:
path: *TEST_RESULTS_DIR path: *TEST_RESULTS_DIR
- store_artifacts: - store_artifacts:
path: *TEST_RESULTS_DIR path: *TEST_RESULTS_DIR
- run: *codecov_upload
- run: *notify-slack-failure - run: *notify-slack-failure
# build all distros # build all distros
@ -773,10 +765,6 @@ jobs:
- run: - run:
working_directory: ui/packages/consul-ui working_directory: ui/packages/consul-ui
command: make test-coverage-ci 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 - run: *notify-slack-failure
envoy-integration-test-1_14_6: &ENVOY_TESTS envoy-integration-test-1_14_6: &ENVOY_TESTS
@ -874,7 +862,6 @@ jobs:
make test-connect-ca-providers make test-connect-ca-providers
- store_test_results: - store_test_results:
path: *TEST_RESULTS_DIR path: *TEST_RESULTS_DIR
- run: *codecov_upload
- run: *notify-slack-failure - 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 # only runs on master: checks latest commit to see if the PR associated has a backport/* or docs* label to cherry-pick

Loading…
Cancel
Save