-
Notifications
You must be signed in to change notification settings - Fork 3
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
Set "unknown" bfd_addr to None #38
Conversation
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.
Tested manually and it works as intended 🙌 Can be merged after failing tests are fixed
a3f89d9
to
e334474
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
==========================================
+ Coverage 71.51% 71.92% +0.41%
==========================================
Files 13 13
Lines 1271 1343 +72
==========================================
+ Hits 909 966 +57
- Misses 362 377 +15 ☔ View full report in Codecov by Sentry. |
I rewrote it to use the decorator from #40 instead of manually adding information to any exception in |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Works great!
Closes #37