There was an error while loading. Please reload this page.
1 parent 4227677 commit f66f339Copy full SHA for f66f339
1 file changed
.harness/pipelines/example-python-1782243273911.yaml
@@ -49,17 +49,6 @@ pipeline:
49
command: codecovcli --verbose do-upload -t ${CODECOV_TOKEN} --fail-on-error
50
envVariables:
51
CODECOV_TOKEN: <+secrets.getValue("Codecov_Upload_Token")>
52
- - step:
53
- type: Run
54
- name: Upload coverage to Codecov -- env token
55
- identifier: Upload_coverage_to_Codecov_env_token
56
- spec:
57
- shell: Sh
58
- command: |-
59
- if [ -z "$CODECOV_TOKEN" ]; then echo "CODECOV_TOKEN is empty"; exit 1; fi
60
- codecovcli --verbose do-upload --fail-on-error
61
- envVariables:
62
- CODECOV_TOKEN: <+secrets.getValue("Codecov_Upload_Token")>
63
platform:
64
os: Linux
65
arch: Amd64
0 commit comments