yarpc / yarpc-go

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

Upgraded grpc-go to 1.40.1 #2190

Closed gandhikrishna closed 1 year ago

gandhikrishna commented 1 year ago

This PR aims to upgrade grpc-go to v1.40.1. This PR adds a linter exception to exempt usage of grpc CustomCodec API. grpc CustomCodec is marked deprecated but will be supported till 1.x

codecov[bot] commented 1 year ago

Codecov Report

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

Coverage data is based on head (12332e4) compared to base (84226b7). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #2190 +/- ## ======================================= Coverage 85.27% 85.27% ======================================= Files 269 269 Lines 15399 15399 ======================================= Hits 13132 13132 Misses 1846 1846 Partials 421 421 ``` | [Impacted Files](https://codecov.io/gh/yarpc/yarpc-go/pull/2190?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yarpc) | Coverage Δ | | |---|---|---| | [transport/grpc/inbound.go](https://codecov.io/gh/yarpc/yarpc-go/pull/2190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yarpc#diff-dHJhbnNwb3J0L2dycGMvaW5ib3VuZC5nbw==) | `97.43% <ø> (ø)` | | 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.