Open
Description
Describe the bug
Codecov fails to upload test results on Linux ARM machines. Failure is:
/bin/bash: line 10: ./codecov: cannot execute binary file: Exec format error
I'm not sure if this issue is with the codecov agent itself or the codecov orb installing a non-arm version.
To Reproduce
Steps to reproduce the behavior:
- Use latest codecov orb (3.2.5)
- Use the
codecov/upload
step in our circleci yml
Expected behavior
I'd expect the correct binary for the architecture is installed and that it works
Additional context
I'm happy to close this and open a report against the codecov orb if need be!