-
Notifications
You must be signed in to change notification settings - Fork 948
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 some unreachable code #1068
Conversation
Maybe a little change per pull request will be better. |
@@ -234,7 +234,6 @@ func TestContextValueFetcher(t *testing.T) { | |||
contextVal, err := hf.Fetch(req) | |||
if err != nil { | |||
t.Fatalf("Fetch(): %v", err) |
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.
建议分为两次提交
- 第一次提交包含第1/4处修改
- 第二次提交包含第2/3处修改(可能涉及失败用例修复)
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.
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
Codecov Report
@@ Coverage Diff @@
## develop #1068 +/- ##
===========================================
- Coverage 54.25% 54.22% -0.04%
===========================================
Files 301 301
Lines 26602 26602
===========================================
- Hits 14432 14424 -8
- Misses 10509 10514 +5
- Partials 1661 1664 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@Abirdcfly 请回复微信号或添加微信好友 iyangsj, 将邀请加入开源BFE开发者群方便交流 |
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
Signed-off-by: Abirdcfly fp544037857@gmail.com
see https://go.dev/play/p/8fS-lKgH7Ze for example: