-
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 offline resolution CLI variable source #495
Remove offline resolution CLI variable source #495
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #495 +/- ##
=======================================
Coverage 83.75% 83.75%
=======================================
Files 23 23
Lines 868 868
=======================================
Hits 727 727
Misses 96 96
Partials 45 45
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -22,8 +22,7 @@ import ( | |||
"fmt" | |||
"os" | |||
|
|||
"github.com/operator-framework/deppy/pkg/deppy/solver" |
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.
nit: likely good to use an import sorting linter to remove these diffs in the future
Signed-off-by: Mikalai Radchuk <[email protected]>
fd9e75d
to
432c2f7
Compare
@stevekuznetsov I see that you enabled auto merge yesterday. Did you also mean to approve it? Or do you have further feedback? |
Sorry, all the repos have different rules for merging and it's too easy to do the wrong dance ... |
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.
d
No worries! Thanks for the update! |
Description
Spliting #460 into smaller chunks. Related to #437
Reviewer Checklist