-
Notifications
You must be signed in to change notification settings - Fork 719
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: remove unnecessary check in op_controller #1882
Conversation
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Codecov Report
@@ Coverage Diff @@
## master #1882 +/- ##
==========================================
- Coverage 77.42% 77.39% -0.04%
==========================================
Files 164 164
Lines 16586 16578 -8
==========================================
- Hits 12842 12830 -12
Misses 2730 2730
- Partials 1014 1018 +4
Continue to review 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
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.
/merge |
/run-all-tests |
Signed-off-by: lhy1024 admin@liudos.us
What problem does this PR solve?
It is unnecessary to check in
NewUnfinishedOpInfluence
andGetOpInfluence
Check List
Tests