-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 broken Go coverage reports #10948
Conversation
Signed-off-by: AdamKorcz <[email protected]>
/gcbrun trial_build.py go --sanitizer address coverage --fuzzing-engines libfuzzer |
Looking at the failed trial build there is only 1 project that fails:
The log for this project is:
This seems unrelated, @AdamKorcz can you confirm? |
This failed also here: #10920 must be a FP. |
/gcbrun trial_build.py go --sanitizer address coverage --fuzzing-engines libfuzzer |
Yes, it is unrelated. I have seen this several times and should be related to #10884. The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Fixes google#10916 Signed-off-by: AdamKorcz <[email protected]>
Fixes #10916