-
-
Notifications
You must be signed in to change notification settings - Fork 803
Improves in IgnoredReturnValue #3174
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3174 +/- ##
============================================
+ Coverage 79.53% 79.55% +0.01%
+ Complexity 2603 2602 -1
============================================
Files 438 438
Lines 7922 7922
Branches 1510 1510
============================================
+ Hits 6301 6302 +1
+ Misses 821 820 -1
Partials 800 800
Continue to review full report at Codecov.
|
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'm fine with it, since the modifications are an improvement (especially the unnecessary smart cast).
Fine for me 👍 It makes clearer that we have that scenario to address. |
* Improve tests * Add missing packages * Improve tests * Improve code * Add fixme in the wrong test
* Improve tests * Add missing packages * Improve tests * Improve code * Add fixme in the wrong test
* Improve tests * Add missing packages * Improve tests * Improve code * Add fixme in the wrong test
Last night I was working on #3170. I couldn't find the way to fix it but I did some refactors around the code/test that make it the code more maintenable and create the test that should be changed to show the error.
What do you think about merging the comment with
FIXME
? We have the error right now, this comment only points out it.