We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7777ca0 commit dafaf53Copy full SHA for dafaf53
1 file changed
.harness/pipelines/example-python-1782243273911.yaml
@@ -48,7 +48,7 @@ pipeline:
48
shell: Sh
49
command: codecovcli --verbose do-upload -t ${CODECOV_TOKEN} --fail-on-error
50
envVariables:
51
- CODECOV_TOKEN: <+secrets.getValue("CODECOV_TOKEN")>
+ CODECOV_TOKEN: <+secrets.getValue("Codecov_Upload_Token")>
52
- step:
53
type: Run
54
name: Upload coverage to Codecov -- env token
@@ -57,7 +57,7 @@ pipeline:
57
58
command: codecovcli --verbose do-upload --fail-on-error
59
60
61
platform:
62
os: Linux
63
arch: Amd64
0 commit comments