-
Notifications
You must be signed in to change notification settings - Fork 4.5k
cleanup: replace dial with newclient #7975
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
Conversation
…tification channel
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7975 +/- ##
========================================
Coverage 82.28% 82.28%
========================================
Files 381 387 +6
Lines 38539 38967 +428
========================================
+ Hits 31712 32065 +353
- Misses 5535 5586 +51
- Partials 1292 1316 +24 |
All the review comments are addressed. |
const ( | ||
defaultTestTimeout = 5 * time.Second | ||
) |
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.
Since there's only a single const, this can be made a single line.
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.
done
Partially address: #7049
RELEASE NOTES: None