-
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
✨ Adding catalog
client to dynamic-scheduler
⚠️
#7162
base: master
Are you sure you want to change the base?
✨ Adding catalog
client to dynamic-scheduler
⚠️
#7162
Conversation
catalog
client to dynamic-scheduler
catalog
client to dynamic-scheduler
⚠️
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7162 +/- ##
==========================================
- Coverage 87.66% 87.47% -0.19%
==========================================
Files 1641 1262 -379
Lines 64171 53242 -10929
Branches 1179 718 -461
==========================================
- Hits 56253 46574 -9679
+ Misses 7607 6466 -1141
+ Partials 311 202 -109
Continue to review full report in Codecov by Sentry.
|
…alog-client-to-dynamic-scheduler
|
return TypeAdapter(ServiceSpecifications).validate_python({}) | ||
|
||
|
||
@pytest.fixture |
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 reuse pytest_simcore.faker_users_data
fixtures
we have repeatedly discussed about this :-) ... can you please change all the fixtures in this service to use those.
There are many advantages by reusing these fixtures (can elaborate offline!)
What do these changes do?
Adds catalog client to
dynamic-scheduler
. Note: this client is not currently used.Related issue/s
dynamic-scheduler
#7163How to test
Dev-ops checklist⚠️