-
Notifications
You must be signed in to change notification settings - Fork 2
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
extra dump before decode #287
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #287 +/- ##
==========================================
+ Coverage 59.01% 59.32% +0.30%
==========================================
Files 23 23
Lines 4956 4993 +37
==========================================
+ Hits 2925 2962 +37
Misses 2031 2031 ☔ View full report in Codecov by Sentry. |
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.
I guess now the tests can be removed/adapted?
if it's ok for you I can do it
It's important to keep the test, at least the one I added, to capture the problem and make sure it does not repeat with future updates. The |
Nothing in particular. Yes, to keep especially your test is important. As the |
I suppose there is a reason @ferrigno added this code, so if this motivation is written in a comment like I did, we could preserve it too. |
includes #286