-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix the channel that never receives a value #18139
Fix the channel that never receives a value #18139
Conversation
Codecov Report
@@ Coverage Diff @@
## main #18139 +/- ##
==========================================
+ Coverage 67.37% 67.41% +0.03%
==========================================
Files 980 984 +4
Lines 106749 107018 +269
Branches 2668 2669 +1
==========================================
+ Hits 71926 72141 +215
- Misses 30960 30996 +36
- Partials 3863 3881 +18
Flags with carried forward coverage won't be shown. Click here to find out more. |
It turned out that the code was modified after running the code style check first, so the first item of the squashed commit message is related to the code style, and the second item is the target I want to modify. Now I modify it like this. |
It is always pending for lack of labels. |
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
fix the code with the linter's recommendation by https://github.com/goharbor/harbor/blob/main/CONTRIBUTING.md#develop-build-and-test Signed-off-by: iAklis <chenpinwei@gmail.com>
@iAklis congratulations on merging your first PR here :))) welcome to the club:)) |
fix the channel that never receives a value fix the code with the linter's recommendation by https://github.com/goharbor/harbor/blob/main/CONTRIBUTING.md#develop-build-and-test Signed-off-by: iAklis <chenpinwei@gmail.com> Signed-off-by: Wilfred Almeida <60785452+WilfredAlmeida@users.noreply.github.com>
fix the channel that never receives a value fix the code with the linter's recommendation by https://github.com/goharbor/harbor/blob/main/CONTRIBUTING.md#develop-build-and-test Signed-off-by: iAklis <chenpinwei@gmail.com>
Fix the channel that never receives a value.
Btw, Fix the code with the linter's recommendation by https://github.com/goharbor/harbor/blob/main/CONTRIBUTING.md#develop-build-and-test
Signed-off-by: iAklis chenpinwei@gmail.com
Issue being fixed
Fixes #(issue)
Please indicate you've done the following: