-
Notifications
You must be signed in to change notification settings - Fork 153
feat(await-async-queries): add auto-fix #1077
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
feat(await-async-queries): add auto-fix #1077
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1077 +/- ##
==========================================
+ Coverage 96.41% 96.44% +0.02%
==========================================
Files 50 50
Lines 2679 2700 +21
Branches 1099 1107 +8
==========================================
+ Hits 2583 2604 +21
Misses 96 96 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…g-library into feature/add-fixer-for-await-async-queries
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 great! Just a small nitpick.
Co-authored-by: Mario Beltrán <belco90@gmail.com> Signed-off-by: Yukihiro Hasegawa <49516827+y-hsgw@users.noreply.github.com>
🎉 This PR is included in version 7.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Checks
Changes
Context
Fixes #914
also some of #202
Reference: #917