-
Notifications
You must be signed in to change notification settings - Fork 54
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
✨ Remove unpacked status #1309
✨ Remove unpacked status #1309
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 #1309 +/- ##
==========================================
- Coverage 76.58% 76.34% -0.24%
==========================================
Files 40 40
Lines 2413 2389 -24
==========================================
- Hits 1848 1824 -24
Misses 397 397
Partials 168 168
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
require.NoError(t, cl.DeleteAllOf(ctx, &ocv1alpha1.ClusterExtension{})) |
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.
This seems reasonable to keep around - I must've been a bit heavy handed on my removal of logic in this test and removed this
5cdbd9d
to
325ddf2
Compare
325ddf2
to
75c07f5
Compare
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! Thanks @skattoju !
CI also looks green except for go-apidiff which has the expected failure
There is an e2e failure in the merge queue but it passes locally 🤔 and its not in a function that had an unpacked condition removed.. specifically |
40ada4a
Description
This PR removes the "Unpacked" status which has now been rolled into a "Progressing" status.
Fixes #1294
Reviewer Checklist