-
Notifications
You must be signed in to change notification settings - Fork 296
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
🌱 Add unit test cases for clustermodule #2436
🌱 Add unit test cases for clustermodule #2436
Conversation
Hi @MrDXY. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2436 +/- ##
==========================================
+ Coverage 62.83% 63.85% +1.02%
==========================================
Files 122 122
Lines 8763 8763
==========================================
+ Hits 5506 5596 +90
+ Misses 2863 2763 -100
- Partials 394 404 +10
☔ View full report in Codecov by Sentry. |
08da419
to
2502c47
Compare
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.
NIce work with using vcims. This gets very clean :-)
fbb2ee3
to
9301b5d
Compare
/retest |
Hi @chrischdi , This PR is ready for another round of review; please feel free to take a look whenever you get a chance. 😄 |
Sorry for the late reply, forgot to send out the above comment 🤦 |
No problem at all. I'll take care of this. 😄 |
1759ccb
to
2abca7b
Compare
/retest |
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.
Last nit
/lgtm
LGTM label has been added. Git tree hash: fc6407caf80ab6a9d78c85c1c74ada07a6a35d48
|
2abca7b
to
5a0e470
Compare
5a0e470
to
fea7f05
Compare
fea7f05
to
464bf58
Compare
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.
/approve
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
Thanks!
LGTM label has been added. Git tree hash: d4a3e20dd2f796f4b6aabd06606907c5a99f21df
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi, killianmuldoon 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 |
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.
REMOVED (posted at the wrong PR)
What this PR does / why we need it:
pkg/clustermodule/service.go
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #2308