-
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
♻️ webserver
: fixes mypy issues in director_v2
plugin
#4186
♻️ webserver
: fixes mypy issues in director_v2
plugin
#4186
Conversation
…iak66/osparc-simcore into maintenance/mypy-webserver-4
services/web/server/src/simcore_service_webserver/director_v2/_abc.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #4186 +/- ##
=========================================
- Coverage 84.7% 83.0% -1.7%
=========================================
Files 959 400 -559
Lines 41600 20738 -20862
Branches 955 173 -782
=========================================
- Hits 35236 17215 -18021
+ Misses 6147 3474 -2673
+ Partials 217 49 -168
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Fix code smells detected by sonarcloud please :-). (check with me if you have any questions)
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.
Please check my comments
services/web/server/src/simcore_service_webserver/director_v2/_handlers.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/director_v2/_core_base.py
Outdated
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/03/garbage_collector/test_resource_manager.py
Outdated
Show resolved
Hide resolved
few additional corrections few additional corrections
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.
Thanks! please check the comments.
services/web/server/src/simcore_service_webserver/director_v2/_core_base.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/director_v2/_core_dynamic_services.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/director_v2/_handlers.py
Show resolved
Hide resolved
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.
Thanks! please check the comments.
services/web/server/tests/unit/with_dbs/03/garbage_collector/test_resource_manager.py
Outdated
Show resolved
Hide resolved
Yes, I would be glad to have a short discussion about some of the code smells. |
Code Climate has analyzed commit ef3458c and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
director_v2
plugin in webserver:Related issue/s
How to test
DevOps Checklist