You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
The codecov orb in this repo doesn't appear to be published at all. And the codecov/codecov orb will not work on alpine, even if bash is installed because the command still runs with shell sh and so even though it runs bash the use of <( ) causes it to fail.
I can't find a repo for codecov/codecov so I can not send a patch, maybe simply adding shell: bash to the command would do it.
This circleci/codecov orb works fine, so it would be great if it were published.
The text was updated successfully, but these errors were encountered:
Hm, maybe it is because I copied from the example without thinking. I just noticed the example has codecov: circleci/codecov@1.0.0 but the latest version is 0.0.3. I bet when I tried it before I had simply copied from that example :(
The codecov orb in this repo doesn't appear to be published at all. And the codecov/codecov orb will not work on alpine, even if bash is installed because the command still runs with shell sh and so even though it runs
bash
the use of<( )
causes it to fail.I can't find a repo for codecov/codecov so I can not send a patch, maybe simply adding
shell: bash
to the command would do it.This circleci/codecov orb works fine, so it would be great if it were published.
The text was updated successfully, but these errors were encountered: