Skip to content

Commit 58d74aa

Browse files
authored
Merge pull request #4 from codecov/fix/orb-without-file
Move flags flag to end of bash command to avoid conflict
2 parents 999872f + 37eb260 commit 58d74aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ commands:
2929
name: Upload Coverage Results
3030
command: |
3131
bash <(curl -s https://codecov.io/bash) \
32-
-F << parameters.flags >> \
3332
-f << parameters.file >> \
3433
-n << parameters.upload_name >> \
3534
-t << parameters.token >> \
3635
-y << parameters.conf >> \
36+
-F << parameters.flags >> \

0 commit comments

Comments
 (0)