-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not use on Linux Arm #137
Comments
@smcclure15 checking it out... |
@smcclure15 what flavor of Linux are you using? |
ubuntu 22.04 |
@smcclure15 OK, a couple of options / next steps here:
Question:
|
(1) is what I'm after. |
@smcclure15 OK, great, thanks. We are hopeful that (1) will be available tomorrow. I'll update you via normal channels. Note: I will post (2) here in a separate comment for anyone else tuning in who wants to build
Got it. Thanks for the context. All Coveralls integrations (like gcovr, which we refer to as a language integration) do the same basic thing, minimally, which is to convert a coverage report found in the local CI environment from its native format into Coveralls JSON. We recommend our official integrations because we can support your entire toolchain, and they will convert from many different native formats into Coveralls JSON for you. I would definitely let some integration---any integration---perform that conversion for you, and coverage-reporter is your best choice of official integration if you aren't using GitHub Actions or CircleCI for CI. Although, even if you are using either of those, coverage-reporter will give you more control over the process. |
Duplicated in this issue: github-action #218 |
Is this resolved or not? I can repro the original:
And peeking into what merged, I tried the
|
Hi @smcclure15. Not yet. We are still testing and hope to complete this week. We've run into multiple issues cross-compiling linux binaries for Which reminds me to ask: You are using Ubuntu 22.04, right? Do you think you will need Being Rubyists, our coverage-reporter was written in Crystal, which is the reason for the relative lack of support for cross-compilation, primarily in libraries for static linking across platforms. Our long-term plan is to migrate coverage-reporter to |
Can this issue remain Open until it is resolved? And yes, ubuntu should suffice for my needs. |
Totally. I have re-opened it. (Closing it was a mistake---I don't remember doing it or know why I would have, but I do see it in the history so my bad!)
Great. Thanks. |
Wanted to let you know that we released Download & install the
Usage:No differences in usage beyond downloading the correct
Other notes:
|
Closing this. Please open a new issue if your are looking for help with the Linux ( |
For users of coverage-reporter through the Coveralls GitHub Action: Per this update on coverallsapp/github-action #218, the You can use the latest version of the |
@smcclure15 ^^ in case your other users need |
For users of As of its |
What was wrong?
I think this is only for x86 arch, whereas I am on an Arm arch:
The text was updated successfully, but these errors were encountered: