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

Xcode / Swift project - bash script works, github action doesn't find reports

Open p4checo opened this issue 4 years ago • 0 comments

Hi 👋🏼

Tried to use the github aciton on the latest version (codecov/codecov-action@v1, codecov/[email protected]), but it fails to find the coverage reports when ran alone.

However, if I use the classic bash uploader, it then works without an issue.

My suspicion is that the bash uploader is doing some work that the action isn't, because if I run the bash uploader before the github action, then the github action successfully finds a report and uploads it.

Useful links:

Could you please take a look? Thanks! 🙏🏼

p4checo avatar May 10 '21 12:05 p4checo