-
Notifications
You must be signed in to change notification settings - Fork 64
🌱 Remove ginkgo from registryv1 tests #1500
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
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
t.Log("It should read the registry+v1 bundle filesystem correctly") | ||
t.Log("It should include metadata/properties.yaml and csv.metadata.annotations['olm.properties'] in chart metadata") | ||
fsys := os.DirFS("testdata/combine-properties-bundle") | ||
chrt, err := RegistryV1ToHelmChart(context.Background(), fsys, "", nil) |
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.
@joelanford It's called here.
a465424
to
f72f84a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1500 +/- ##
=======================================
Coverage 74.68% 74.68%
=======================================
Files 42 42
Lines 3271 3271
=======================================
Hits 2443 2443
Misses 652 652
Partials 176 176
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Will wait until 1.0.0 is tagged. |
Fix: operator-framework#1496 Signed-off-by: Todd Short <[email protected]>
f72f84a
to
707eaec
Compare
Fix: #1496
Description
Reviewer Checklist