-
Notifications
You must be signed in to change notification settings - Fork 58
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
✨ Cleanups after bumping Rukpak #928
✨ Cleanups after bumping Rukpak #928
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #928 +/- ##
==========================================
+ Coverage 77.45% 79.15% +1.70%
==========================================
Files 17 15 -2
Lines 1153 1084 -69
==========================================
- Hits 893 858 -35
+ Misses 181 157 -24
+ Partials 79 69 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR makes the following changes: 1. Removes the use of a separate handler, given rukpak has now externalized its implementation. 2. Removes the unpacking status, which is no longer required with the use of direct registry client. Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
/lgtm |
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.
Changes look good to me and seems reasonable to have #929 as a follow up.
8041cc4
This PR makes the following changes:
Description
Reviewer Checklist