We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae04606 commit f168889Copy full SHA for f168889
1 file changed
.harness/pipelines/example-python.yaml
@@ -36,14 +36,7 @@ pipeline:
36
spec:
37
shell: Sh
38
command: |
39
- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
40
- curl -Os https://cli.codecov.io/latest/linux/codecov
41
- curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
42
- curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
43
- gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
44
- shasum -a 256 -c codecov.SHA256SUM
45
- chmod u+x ./codecov
46
- ./codecov --verbose upload-process -t $CODECOV_TOKEN -f harness
+ codecov-cli --verbose upload-process -t $CODECOV_TOKEN -f harness
47
envVariables:
48
CODECOV_TOKEN: <+secrets.getValue("CODECOV_TOKEN")>
49
platform:
0 commit comments