-
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 studies_dispatcher
plugin
#4188
♻️ webserver
: fixes mypy issues in studies_dispatcher
plugin
#4188
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4188 +/- ##
=========================================
+ Coverage 81.6% 82.9% +1.3%
=========================================
Files 828 399 -429
Lines 36995 20715 -16280
Branches 877 173 -704
=========================================
- Hits 30204 17192 -13012
+ Misses 6590 3474 -3116
+ Partials 201 49 -152
Flags with carried forward coverage won't be shown. Click here to find out more.
|
services/web/server/src/simcore_service_webserver/studies_dispatcher/settings.py
Outdated
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.
Please check the _models.py and correct it before merging. Thanks a lot!
services/web/server/src/simcore_service_webserver/studies_dispatcher/_models.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/studies_dispatcher/settings.py
Show resolved
Hide resolved
Code Climate has analyzed commit 5c43fed 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?
studies_dispatcher
plugin in webserverRelated issue/s
How to test
DevOps Checklist