mirror of https://github.com/status-im/consul.git
remove Codecov from CI runs (#10145)
This commit is contained in:
parent
aa2099d12a
commit
1c8164f5df
|
@ -223,12 +223,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:
|
||||
|
@ -302,7 +296,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
|
||||
|
@ -335,7 +328,6 @@ jobs:
|
|||
path: *TEST_RESULTS_DIR
|
||||
- store_artifacts:
|
||||
path: *TEST_RESULTS_DIR
|
||||
- run: *codecov_upload
|
||||
- run: *notify-slack-failure
|
||||
|
||||
# build all distros
|
||||
|
@ -749,10 +741,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_13_7: &ENVOY_TESTS
|
||||
|
@ -832,7 +820,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
|
||||
|
|
Loading…
Reference in New Issue