File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
- run :
182
182
name : Run Linux binary -f (dry run)
183
183
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
185
185
- run :
186
186
name : Run Linux binary auto-detect (dry run)
187
187
command : |
@@ -232,7 +232,7 @@ jobs:
232
232
- run :
233
233
name : Run MacOS binary -f (dry-run)
234
234
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
236
236
- run :
237
237
name : Run MacOS binary auto-detect (dry-run)
238
238
command : |
@@ -282,7 +282,7 @@ jobs:
282
282
command : |
283
283
dir C:\Users\circleci\project\coverage\
284
284
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
286
286
shell : cmd.exe
287
287
- run :
288
288
name : Run Windows binary auto-detect (dry-run)
You can’t perform that action at this time.
0 commit comments