-
Notifications
You must be signed in to change notification settings - Fork 32
🚒 Director-v2 introduce get_latest_run_by_project
#8079
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
🚒 Director-v2 introduce get_latest_run_by_project
#8079
Conversation
wvangeit
left a comment
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 a lot @sanderegg @matusdrobuliak66
sanderegg
left a comment
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
services/director-v2/tests/unit/with_dbs/comp_scheduler/test_db_repositories_comp_runs.py
Outdated
Show resolved
Hide resolved
services/director-v2/tests/unit/with_dbs/comp_scheduler/test_db_repositories_comp_runs.py
Outdated
Show resolved
Hide resolved
services/director-v2/src/simcore_service_director_v2/modules/db/repositories/comp_runs.py
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8079 +/- ##
===========================================
- Coverage 88.28% 69.91% -18.38%
===========================================
Files 1864 709 -1155
Lines 71819 33118 -38701
Branches 1261 176 -1085
===========================================
- Hits 63403 23153 -40250
- Misses 8053 9907 +1854
+ Partials 363 58 -305
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@mergify queue |
🟠 Waiting for conditions to match
|
|
7aec02e
into
ITISFoundation:master



What do these changes do?
get_latest_run_by_projectRelated issue/s
How to test
Dev-ops