-
Notifications
You must be signed in to change notification settings - Fork 28
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
Move Pycoro from Morpheus to MRC #409
Move Pycoro from Morpheus to MRC #409
Conversation
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.
Looks good overall; probably need to figure out some way to test the fiber based paths at some point, it doesn't look like anything hits them at the moment.
@drobison00 yeah the only way to do that is with the CoroutineRunnable. That's a separate issue and the next PR I'm working on. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.11 #409 +/- ##
================================================
+ Coverage 73.27% 73.44% +0.16%
================================================
Files 389 392 +3
Lines 13779 13862 +83
Branches 1043 1050 +7
================================================
+ Hits 10097 10181 +84
+ Misses 3682 3681 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
/merge |
Depends on nv-morpheus/MRC#409 Removes the the pycoro functionality in morpheus in favor of the same functionality which was moved to mrc. Authors: - Christopher Harris (https://github.com/cwharris) Approvers: - Devin Robison (https://github.com/drobison00) URL: #1313
Moves pycoro from Morpheus to MRC and incorperates tests from nv-morpheus/Morpheus#1286
Closes nv-morpheus/Morpheus#1268