-
-
Notifications
You must be signed in to change notification settings - Fork 386
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: Update suggestions in more situations #10149
fix: Update suggestions in more situations #10149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10149 +/- ##
==========================================
+ Coverage 49.54% 49.68% +0.14%
==========================================
Files 67 71 +4
Lines 20650 20980 +330
Branches 4980 5025 +45
==========================================
+ Hits 10231 10424 +193
- Misses 9131 9264 +133
- Partials 1288 1292 +4 ☔ 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.
Looks good, thank you @Naruyoko
Quality Gate passedIssues Measures |
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.
Thank you!
Update suggestions in more situations
What
Suggestions do not update on emptying input, adding a tag, and editing existing tags. This change updates them more aggressively.
Related issue(s) and discussion