-
Notifications
You must be signed in to change notification settings - Fork 261
Adding equivalent opm index flags to opm registry #827
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
Adding equivalent opm index flags to opm registry #827
Conversation
Signed-off-by: Lance Galletti <galletti@bu.edu>
a560b0e to
1c06380
Compare
Codecov Report
@@ Coverage Diff @@
## master #827 +/- ##
=======================================
Coverage 51.46% 51.46%
=======================================
Files 103 103
Lines 9032 9032
=======================================
Hits 4648 4648
Misses 3510 3510
Partials 874 874 Continue to review full report at Codecov.
|
| enableAlpha, err := cmd.Flags().GetBool("enable-alpha") | ||
| if err != nil { | ||
| return err | ||
| } |
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.
That shows fine for me. However, how can we ensure that the options will work well as well?
Should we not add tests for those?
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.
anik120
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.
/lgtm
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anik120, gallettilance, kevinrizza The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description of the change:
Motivation for the change:
Reviewer Checklist
/docs