-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Maintenance: Fixes and removing deprecated functionality in servicelib
#4470
♻️ Maintenance: Fixes and removing deprecated functionality in servicelib
#4470
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4470 +/- ##
=========================================
- Coverage 86.2% 70.5% -15.7%
=========================================
Files 1016 719 -297
Lines 43278 30978 -12300
Branches 1021 536 -485
=========================================
- Hits 37340 21866 -15474
- Misses 5704 8982 +3278
+ Partials 234 130 -104
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Code Climate has analyzed commit 8cdb35d and detected 0 issues on this pull request. View more on Code Climate. |
8cdb35d
to
ceab40f
Compare
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.
looking good 👍
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Nice, find some questions below.
thanks! |
What do these changes do?
Big cleanup of deprecated/unused code in
servicelib
attr
(replaced bydataclass
)servicelib.aiohttp.rest_*
... which are relatedopenapi-core
test_application.py
app events- found some pitfalls on cleanup of client and fire&forget events!
Related issue/s
How to test
DevOps
None