-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Path Interaction Between show-env, nextest, and report
#336
Comments
It expects both profraws and objects (binaries) to be in the target directory. Try putting the binary in the directory the same as the original location. |
So I tried two different permutations: Two Reports
This worked fine for the windows and linux jobs, but the llvm-cov report returned the following on arm mac, after cross compiling
Full log here One ReportI also tried combining the nextest and info reports into one report by passing --no-report then calling
This fails with the same error on all platforms
|
I'm not quite sure what exactly is happening here, but here is the general flow I'm following:
The real CI config I'm running: build machine test machine
Aside
In my ideal world, I would be able to combine both the profraws from both the nextest and the wgpu-info run into a single lcov profile. I can do this if I'm running locally, but I don't think
report
would pick up on the nextest profraws.I can live with two profraws - codecov lets you upload multiple files - would be nice though :)
The text was updated successfully, but these errors were encountered: