-
Notifications
You must be signed in to change notification settings - Fork 924
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
Remove deprecated API usages #5249
Conversation
I couldn't remove all the usages because it took more time than I thought. Let me continue to working on this later when I have some time. 😉 |
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.
🙇♂️🙇♂️
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5249 +/- ##
============================================
- Coverage 74.07% 74.04% -0.04%
+ Complexity 20012 19999 -13
============================================
Files 1718 1718
Lines 73699 73679 -20
Branches 9383 9383
============================================
- Hits 54596 54555 -41
- Misses 14662 14687 +25
+ Partials 4441 4437 -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.
What was the motivation for this? Did you just go through IDE warning logs?
Anyways, thanks for the cleanup @minwoox 🙇 👍 🙇
I've used |
No description provided.