-
Notifications
You must be signed in to change notification settings - Fork 482
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
Fix CI errors #962
Fix CI errors #962
Conversation
can't figure out why distance example keeps failing... I'm a C & gh actions noob |
2/5 Test #2: distance .........................***Failed 0.22 sec SUMMARY: MemorySanitizer: use-of-uninitialized-value (/home/runner/work/h3/h3/build/examples/bin/distance+0xcc785) (BuildId: a9036d3a023b790320c974930802c21cdf8dbfe0) in main |
@dfellis sorry for spam. Seems like I got it to work on my branch. Could you trigger CI checks? |
LCOV
It seems that since lcov was upgraded to 2.0 actions have been failing
Last successful linux coverage test:
Unpacking lcov (1.15-1) ...
Now:
Unpacking lcov (2.0-4ubuntu2) ...
I added
--ignore-errors mismatch
as that seems to be what people on other issues recommend.Examples
For the example that was failing CI checks it seems it was due to
use-of-uninitialized-value
. I initialised the variables and seems to be good now