Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

circleci/codecov does not exist and codecov/codecov issues with alpine #100

Closed
tsloughter opened this issue Dec 20, 2018 · 3 comments
Closed

Comments

@tsloughter
Copy link

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.

@iynere
Copy link
Contributor

iynere commented Jan 25, 2019

huh, it's definitely published https://circleci.com/orbs/registry/orb/circleci/codecov @tsloughter

is this still an issue for you ?

@tsloughter
Copy link
Author

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 :(

Sorry about the confusion, it works.

@iynere
Copy link
Contributor

iynere commented Feb 2, 2019

we'll get this orb to v1.0.0 soon @tsloughter

we put 1.0.0 as a standard in all our examples b/c it's a simple, easy to understand number, but i apologize for the confusion here. thank you !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants