-
Notifications
You must be signed in to change notification settings - Fork 153
fix: declare .finally(...) usages as handled in async rules
#1074
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
await-async-* handles finallyawait-async-* declare .finally(...) usages as handled
46c8280 to
a461070
Compare
a461070 to
0626757
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1074 +/- ##
=======================================
Coverage 96.41% 96.41%
=======================================
Files 50 50
Lines 2679 2680 +1
Branches 1099 1099
=======================================
+ Hits 2583 2584 +1
Misses 96 96 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Belco90
left a comment
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! Thanks for your contribution @bonkevin
await-async-* declare .finally(...) usages as handled.finally(...) usages as handled
.finally(...) usages as handled.finally(...) usages as handled in async rules
|
🎉 This PR is included in version 7.9.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
@all-contributors please add @bonkevin for code and test |
|
I've put up a pull request to add @bonkevin! 🎉 |
Checks
Changes
await-async-queries&await-async-utils:.finally(...)usages declare the promise as handledContext
Following #1059 changes that added
.catchcompatibility toawait-async-queriesandawait-async-utils, this PR handles.finallyusages.