Joe Becher

Results 110 comments of Joe Becher

> Is there any possibility that you could ship a version of your action where the uploader binaries are bundled or pinned? Hi @mhils 👋 The binaries are all kept...

> To clarify, do you recommend that we download, verify, and invoke the binaries manually (without using codecov-action)? Happy to go that route unless there is another better/blessed way. :)...

> I wish pinning would be supported by the action as it's a bit cumbersome to do manually Actually ... Since we are now on versions, does setting `version` to...

Interesting. I'm aware of https://github.com/istanbuljs/v8-to-istanbul/issues/158, but this is the first I've seen mention of a clover issue. Let me hunt around... edit: On the subject of a schema, I believe...

Alpine doesn't use glibc, it uses musl, which is not the same. Could be that.

action@v4 uses https://github.com/codecov/codecov-cli. Specifically, https://github.com/codecov/codecov-action/blob/8be6ba57821f458c7d51e7f82129ac29316c2ea1/src/helpers.ts#L54-L56 I think we use pyinstaller.

@rohan-at-sentry can you help @thomasrockhu-codecov get this investigated and resolved? Sound potentially CLI-related.

Hi folks! Sorry for not updating this issue, this was fixed with the release of https://github.com/codecov/codecov-cli/releases/tag/v0.7.4 The Action should be automatically pulling the latest version, if it's not for some...

This can be addressed by https://github.com/codecov/uploader/issues/1078