codecov-node icon indicating copy to clipboard operation
codecov-node copied to clipboard

Can --file take multiple arguments?

Open cinderblock opened this issue 4 years ago • 0 comments

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.

cinderblock avatar Sep 16 '21 08:09 cinderblock