-
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: enable mypy in storage #4086
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4086 +/- ##
=========================================
- Coverage 85.4% 68.5% -17.0%
=========================================
Files 952 434 -518
Lines 41308 22362 -18946
Branches 957 174 -783
=========================================
- Hits 35312 15336 -19976
- Misses 5777 6977 +1200
+ Partials 219 49 -170
Flags with carried forward coverage won't be shown. Click here to find out more.
|
5b6ad9e
to
4005dda
Compare
services/storage/src/simcore_service_storage/datcore_adapter/datcore_adapter.py
Outdated
Show resolved
Hide resolved
services/storage/src/simcore_service_storage/datcore_adapter/datcore_adapter.py
Show resolved
Hide resolved
8d8f366
to
3f170d7
Compare
3f170d7
to
b818ae3
Compare
Code Climate has analyzed commit b818ae3 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?
Related issue/s
relates to #4071
How to test
cd services/storage make install-dev make mypy