-
Notifications
You must be signed in to change notification settings - Fork 61
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
CRC setup is reseted after closing its window #4411 #4437
CRC setup is reseted after closing its window #4411 #4437
Conversation
@lgrossma Could you please verify if this PR solves #4437 problem of having
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4437 +/- ##
===========================================
+ Coverage 32.37% 43.50% +11.12%
===========================================
Files 85 98 +13
Lines 6505 8000 +1495
Branches 1349 1686 +337
===========================================
+ Hits 2106 3480 +1374
- Misses 4399 4520 +121 ☔ View full report in Codecov by Sentry. |
6e0f83c
to
a639b78
Compare
Fixes: redhat-developer#4411 Issues: redhat-developer#4413, redhat-developer#4414 Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
a639b78
to
5f2bcd7
Compare
Also, I've changed the |
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.
From my testing, this works, and the code changes look good. I would be interested to see if it solves Lukas' problem
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.
Works great now! thx
Fixes: #4411