-
Couldn't load subscription status.
- Fork 32
♻️ webserver: fixes mypy issues in groups plugin
#4209
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 groups plugin
#4209
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4209 +/- ##
=========================================
- Coverage 85.9% 78.9% -7.0%
=========================================
Files 866 396 -470
Lines 38414 20562 -17852
Branches 583 173 -410
=========================================
- Hits 33025 16243 -16782
+ Misses 5253 4270 -983
+ Partials 136 49 -87
Flags with carried forward coverage won't be shown. Click here to find out more.
|
deed4cf to
561c0bd
Compare
services/web/server/src/simcore_service_webserver/groups/_classifiers.py
Outdated
Show resolved
Hide resolved
24e821f to
551a684
Compare
551a684 to
19bc757
Compare
79ae774 to
5ebff0a
Compare
|
Code Climate has analyzed commit 265f2cf and detected 0 issues on this pull request. View more on Code Climate. |
|
Kudos, SonarCloud Quality Gate passed!
|








What do these changes do?
groupsplugin in webservergroupsfolderapi: moves database layer to a separated module_dbroutes(added tests)._logger, TODO, ...)Related issue/s
How to test