% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 642 100 642 0 0 23777 0 --:–:-- --:–:-- --:–:-- 23777
“version”:“v0.1.8”
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
Som more information. I removed the circleci orb and just downloaded codecov, verified the signature and ran codecov explicitly. It is definitely codecov that is generating the non-zero exit code.
Can anyone tell me why codecov is exiting with a status code of 4?
I hit the same thing. The only thing I could think of was it was running on a Ubuntu VM. I had to run it under a docker container (node:slim) to get it to work.
So Docker with node:slim = works
Docker with alpine = works
Ubuntu VM: exit status 4, no other debug info