-
Notifications
You must be signed in to change notification settings - Fork 867
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
test(controller): add extra checks to TestWriteBackToInformer #2326
test(controller): add extra checks to TestWriteBackToInformer #2326
Conversation
Signed-off-by: zachaller <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportBase: 82.38% // Head: 82.75% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2326 +/- ##
==========================================
+ Coverage 82.38% 82.75% +0.37%
==========================================
Files 121 121
Lines 18476 18511 +35
==========================================
+ Hits 15221 15319 +98
+ Misses 2468 2408 -60
+ Partials 787 784 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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
…oj#2326) Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
…oj#2326) Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
…oj#2326) Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
TestWriteBackToInformer test is a bit flaky add some extra checks to not panic and gain extra info
Signed-off-by: zachaller [email protected]