Skip to content

Commit 22721c9

Browse files
Update pipeline Build example-python
1 parent 0ea3dcd commit 22721c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • .harness/orgs/codecov/projects/codecov/pipelines

.harness/orgs/codecov/projects/codecov/pipelines/CI.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pipeline:
4040
identifier: Upload_test_results_to_Codecov
4141
spec:
4242
shell: Sh
43-
command: codecovcli do-upload --report-type test_results -f junit.xml --fail-on-error -v
43+
command: codecovcli --verbose do-upload --report-type test_results -f junit.xml --fail-on-error
4444
envVariables:
4545
CODECOV_TOKEN: <+secrets.getValue("CODECOV_TOKEN")>
4646
- step:
@@ -49,7 +49,7 @@ pipeline:
4949
identifier: Upload_coverage_to_Codecov_arg_token
5050
spec:
5151
shell: Sh
52-
command: codecovcli do-upload -t ${CODECOV_TOKEN} --fail-on-error -v
52+
command: codecovcli --verbose do-upload -t ${CODECOV_TOKEN} --fail-on-error
5353
envVariables:
5454
CODECOV_TOKEN: <+secrets.getValue("CODECOV_TOKEN")>
5555
- step:
@@ -58,7 +58,7 @@ pipeline:
5858
identifier: Upload_coverage_to_Codecov_env_token
5959
spec:
6060
shell: Sh
61-
command: codecovcli do-upload --fail-on-error -v
61+
command: codecovcli --verbose do-upload --fail-on-error
6262
envVariables:
6363
CODECOV_TOKEN: <+secrets.getValue("CODECOV_TOKEN")>
6464
- step:
@@ -67,7 +67,7 @@ pipeline:
6767
identifier: Upload_coverage_to_Codecov_no_token
6868
spec:
6969
shell: Sh
70-
command: codecovcli do-upload --fail-on-error -v
70+
command: codecovcli --verbose do-upload --fail-on-error
7171
platform:
7272
os: Linux
7373
arch: Amd64

0 commit comments

Comments
 (0)