Skip to content

Commit 4d2839a

Browse files
ciL add verbose
1 parent 4270c8b commit 4d2839a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- run:
182182
name: Run Linux binary -f (dry run)
183183
command: |
184-
out/codecov-linux -f /home/circleci/project/coverage/cobertura-coverage.xml -F linux -d -Z -e CIRCLE_BRANCH >> output_linux.txt
184+
out/codecov-linux -f /home/circleci/project/coverage/cobertura-coverage.xml -F linux -d -Z -v -e CIRCLE_BRANCH >> output_linux.txt
185185
- run:
186186
name: Run Linux binary auto-detect (dry run)
187187
command: |
@@ -232,7 +232,7 @@ jobs:
232232
- run:
233233
name: Run MacOS binary -f (dry-run)
234234
command: |
235-
out/codecov-macos -f /Users/distiller/project/coverage/cobertura-coverage.xml -F macos -d -Z -e CIRCLE_BRANCH >> output_osx.txt
235+
out/codecov-macos -f /Users/distiller/project/coverage/cobertura-coverage.xml -F macos -d -Z -v -e CIRCLE_BRANCH >> output_osx.txt
236236
- run:
237237
name: Run MacOS binary auto-detect (dry-run)
238238
command: |
@@ -282,7 +282,7 @@ jobs:
282282
command: |
283283
dir C:\Users\circleci\project\coverage\
284284
attrib C:\Users\circleci\project\coverage\cobertura-coverage.xml
285-
.\out\codecov.exe -f C:\Users\circleci\project\coverage\cobertura-coverage.xml -F windows -d -Z -e CIRCLE_BRANCH >> output_win.txt
285+
.\out\codecov.exe -f C:\Users\circleci\project\coverage\cobertura-coverage.xml -F windows -d -Z -v -e CIRCLE_BRANCH >> output_win.txt
286286
shell: cmd.exe
287287
- run:
288288
name: Run Windows binary auto-detect (dry-run)

0 commit comments

Comments
 (0)