-
Notifications
You must be signed in to change notification settings - Fork 905
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
operator/pkg: add test helpers #5630
operator/pkg: add test helpers #5630
Conversation
32c2054
to
541e7f8
Compare
541e7f8
to
b67ffb4
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5630 +/- ##
==========================================
+ Coverage 35.19% 35.31% +0.12%
==========================================
Files 645 647 +2
Lines 44869 45070 +201
==========================================
+ Hits 15791 15918 +127
- Misses 27846 27902 +56
- Partials 1232 1250 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b67ffb4
to
049cd9a
Compare
a71c502
to
2725299
Compare
2725299
to
cd7022f
Compare
cd7022f
to
c368f07
Compare
c368f07
to
5f6ca08
Compare
5f6ca08
to
6468c78
Compare
Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
6468c78
to
fdf7b53
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.
Thanks
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: XiShanYongYe-Chang 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
Add test helpers that would be reused across tasks in the operator package.
What type of PR is this?
/kind cleanup
Does this PR introduce a user-facing change?: