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
We should have all sources. There are notably more for arm64, but also a few for neither (risc-v)
Describe the solution you'd like
I'd like codecov to present a merged view of all sources, which are materialized by emulated arm64 and risc-v also uploading reports.
Describe alternatives you've considered
not doing anything
TL;DR; let's use the normal bash script until non-amd64 works on the action, or they drop the bash script
if they really delete the bash script before fixing non-amd64 a complicated workaround would be to have a fan-in upload stage. basically run all the coverage in a matrix and upload artifacts with the coverage.txt. block on that, download all the coverage.txt into a different directory or path and then use codecov/codecov-action@v2 action to send them at the same time.
The ideal way out is to wait for non-amd64 to work and use the bash script meanwhile.
Is your feature request related to a problem? Please describe.
https://app.codecov.io/gh/tetratelabs/wazero doesn't include all main sources, rather just amd64
We should have all sources. There are notably more for arm64, but also a few for neither (risc-v)
Describe the solution you'd like
I'd like codecov to present a merged view of all sources, which are materialized by emulated arm64 and risc-v also uploading reports.
Describe alternatives you've considered
not doing anything
Additional context
#596 (comment)
The text was updated successfully, but these errors were encountered: