You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Running without the --file argument, it will find multiple reports and upload them all. I expect this to be possible when I know for sure where my reports will be; it just takes extra time on CI runners.
I've tried adding multiple files to upload but I either can't seem to find the right syntax or it's not supported?
Looking at the docs, they talk about certain patterns but is not clear that --file is supposed to exist.
I see that -f has certain wildcard options that it can use, but they don't seem to work for me and I think the docs might be missing a quote.
I realize I can just call codecov a few times but this also seems excessive.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think the subject says it all...
Can
--file
take multiple arguments?Running without the
--file
argument, it will find multiple reports and upload them all. I expect this to be possible when I know for sure where my reports will be; it just takes extra time on CI runners.I've tried adding multiple files to upload but I either can't seem to find the right syntax or it's not supported?
Looking at the docs, they talk about certain patterns but is not clear that
--file
is supposed to exist.I see that
-f
has certain wildcard options that it can use, but they don't seem to work for me and I think the docs might be missing a quote.I realize I can just call
codecov
a few times but this also seems excessive.The text was updated successfully, but these errors were encountered: