codecov-action
codecov-action copied to clipboard
Xcode / Swift project - bash script works, github action doesn't find reports
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:
- 🤖 relevant workflow
- ✅ bash script only run
- ✅ github action after bash script run
- ❌ github action only run
Could you please take a look? Thanks! 🙏🏼