-
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
client: support create with context #1994
Conversation
Signed-off-by: disksing <i@disksing.com>
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-3.0 #1994 +/- ##
==============================================
+ Coverage 69.32% 69.52% +0.2%
==============================================
Files 170 170
Lines 16757 16764 +7
==============================================
+ Hits 11616 11655 +39
+ Misses 4157 4136 -21
+ Partials 984 973 -11
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
/merge |
Your auto merge job has been accepted, waiting for 1995 |
/run-all-tests |
Signed-off-by: disksing i@disksing.com
What problem does this PR solve?
Cherry-pick #1993
What is changed and how it works?
add
NewClientWithContext
Check List
Tests
Related changes