Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In case of multiple files as arguments, only first file is getting selected. Getting file not found for second file #374

Closed
srinidhis94 opened this issue Jun 13, 2021 · 2 comments

Comments

@srinidhis94
Copy link

files: ./parser/cover.out, ./replacer/cover.out
Output :
==> Reading reports
+ ./parser/cover.out bytes=5652
- file not found at ./replacer/cover.out
files: ./replacer/cover.out, ./parser/cover.out
Output :
==> Reading reports
+ ./replacer/cover.out bytes=15409
- file not found at ./parser/cover.out

@RA80533
Copy link
Contributor

RA80533 commented Jun 14, 2021

This issue likely originates from the Codecov script this project uses. Can you open this issue over at codecov/codecov-bash?

@sensuikan1973
Copy link

sensuikan1973 commented May 8, 2022

./coverage/coverage-final.json, ./coverage/jest/coverage-final.json

You put space after comma.
As far as I read https://github.com/codecov/codecov-action#readme and https://github.com/codecov/codecov-action/blob/v3.1.0/src/buildExec.ts#L104-L108, by trimming the space, it will work.

- files: ./parser/cover.out, ./replacer/cover.out
+ files: ./parser/cover.out,./replacer/cover.out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants