-
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
♻️ fixing mypy issues in director-v2
part3
#4211
♻️ fixing mypy issues in director-v2
part3
#4211
Conversation
director-v2
director-v2
part3
Codecov Report
@@ Coverage Diff @@
## master #4211 +/- ##
=========================================
- Coverage 85.5% 69.4% -16.2%
=========================================
Files 953 394 -559
Lines 41354 20510 -20844
Branches 953 173 -780
=========================================
- Hits 35382 14236 -21146
- Misses 5755 6225 +470
+ Partials 217 49 -168
Flags with carried forward coverage won't be shown. Click here to find out more.
|
...ces/director-v2/src/simcore_service_director_v2/models/schemas/dynamic_services/scheduler.py
Outdated
Show resolved
Hide resolved
...tor-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core/_scheduler.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 consider my comments. thx
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 modify the changes in cluster.py so I can drop them in my PR. thanks
...ces/director-v2/src/simcore_service_director_v2/models/schemas/dynamic_services/scheduler.py
Outdated
Show resolved
Hide resolved
services/director-v2/src/simcore_service_director_v2/models/schemas/clusters.py
Outdated
Show resolved
Hide resolved
services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_abc.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.
Please modify the changes in cluster.py so I can drop them in my PR. thanks
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!
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!
Code Climate has analyzed commit 815ef7c 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?
mypy
andcodeclimate
happy!Related issue/s
How to test
DevOps Checklist