yarpc / yarpc-go

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

[2/2 tchannel refactoring] Renamed headerCallerProcedureToRequest to transportHeadersToRequest #2274

Open biosvs opened 1 month ago

biosvs commented 1 month ago

headerCallerProcedureToRequest was dedicated to one particular header, transportHeadersToRequest dedicated to all the potential headers that should be parsed from transport.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.31%. Comparing base (1d693b7) to head (08690c2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## tchannel-refactoring-1 #2274 +/- ## ======================================================= Coverage 85.30% 85.31% ======================================================= Files 272 272 Lines 15632 15630 -2 ======================================================= - Hits 13335 13334 -1 + Misses 1875 1874 -1 Partials 422 422 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.