-
Notifications
You must be signed in to change notification settings - Fork 506
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: improve nghttp2 checker #2991
Conversation
c5e26a8
to
d9657ed
Compare
Improve nghttp2 checker to avoid false positives with node and wireshark binaries which link dynamically with nghttp2 library (and save the associated version number) Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
d9657ed
to
fdd8fa9
Compare
Codecov Report
@@ Coverage Diff @@
## main #2991 +/- ##
==========================================
+ Coverage 81.89% 81.91% +0.01%
==========================================
Files 714 714
Lines 10984 10984
Branches 1477 1477
==========================================
+ Hits 8995 8997 +2
+ Misses 1608 1606 -2
Partials 381 381
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Not sure what was up with the tests on this run; I'm going to update the branch and re-run them. |
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.
Sorry about the delay, but I'm back from vacation and the tests look good now. Thank you!
Improve nghttp2 checker to avoid false positives with node and wireshark binaries which link dynamically with nghttp2 library (and save the associated version number)