-
Notifications
You must be signed in to change notification settings - Fork 206
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
Add suggestions for slices and array element missing types #390
Conversation
@JacobOaks Added test cases, the test coverage is now 99%, up from 98.3%. Please review. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #390 +/- ##
==========================================
+ Coverage 98.39% 98.40% +0.01%
==========================================
Files 22 22
Lines 1492 1502 +10
==========================================
+ Hits 1468 1478 +10
Misses 15 15
Partials 9 9
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Hey, sorry for the delay. LGTM! Thanks for the PR.
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.
* Add suggestions for slices and array element missing types * Add more test cases * fix: add test coverage for slice and array of values and pointers suggestions
Changes:
Added suggestions for requesting slice/array of pointers instead of the elements and vice versa