yarpc / yarpc-go

A message passing platform for Go
MIT License
401 stars 101 forks source link

http: refactor single outbound method #2173

Closed jronak closed 1 year ago

jronak commented 1 year ago

Pass options to the NewOubound method instead of applying options in NewSingleOutbound

codecov[bot] commented 1 year ago

Codecov Report

Base: 85.24% // Head: 85.24% // No change to project coverage :thumbsup:

Coverage data is based on head (2fc4fb3) compared to base (2fc4fb3). Patch has no changes to coverable lines.

:exclamation: Current head 2fc4fb3 differs from pull request most recent head 5f67977. Consider uploading reports for the commit 5f67977 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #2173 +/- ## ======================================= Coverage 85.24% 85.24% ======================================= Files 269 269 Lines 15333 15333 ======================================= Hits 13070 13070 Misses 1844 1844 Partials 419 419 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yarpc). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yarpc)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.