-
Notifications
You must be signed in to change notification settings - Fork 84
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
cmd/relay: bind debug and monitoring address separately #2817
Conversation
Same principle as #2808. Refactor the binding functions to be usable across multiple commands.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2817 +/- ##
==========================================
+ Coverage 53.18% 53.29% +0.10%
==========================================
Files 199 200 +1
Lines 27705 27705
==========================================
+ Hits 14735 14765 +30
+ Misses 11138 11111 -27
+ Partials 1832 1829 -3 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Abhishek Kumar <43061995+xenowits@users.noreply.github.com>
Co-authored-by: Abhishek Kumar <43061995+xenowits@users.noreply.github.com>
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Same principle as #2808. Refactor the binding functions to be usable across multiple commands. category: refactor ticket: none
Same principle as #2808.
Refactor the binding functions to be usable across multiple commands.
category: refactor
ticket: none