yarpc / yarpc-go

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

Added integration test for streaming with golang protobuf v2 #2159

Closed gandhikrishna closed 1 year ago

gandhikrishna commented 1 year ago

This PR aims to add an integration test for streaming with golang protobuf v2.

codecov[bot] commented 1 year ago

Codecov Report

Base: 85.00% // Head: 85.04% // Increases project coverage by +0.03% :tada:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## gopal/GoGoDeprecation #2159 +/- ## ========================================================= + Coverage 85.00% 85.04% +0.03% ========================================================= Files 263 263 Lines 14883 14883 ========================================================= + Hits 12652 12657 +5 + Misses 1820 1815 -5 Partials 411 411 ``` | [Impacted Files](https://codecov.io/gh/yarpc/yarpc-go/pull/2159?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yarpc) | Coverage Δ | | |---|---|---| | [encoding/protobuf/v2/error.go](https://codecov.io/gh/yarpc/yarpc-go/pull/2159/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yarpc#diff-ZW5jb2RpbmcvcHJvdG9idWYvdjIvZXJyb3IuZ28=) | `98.19% <0.00%> (+0.90%)` | :arrow_up: | | [encoding/protobuf/v2/protobuf.go](https://codecov.io/gh/yarpc/yarpc-go/pull/2159/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yarpc#diff-ZW5jb2RpbmcvcHJvdG9idWYvdjIvcHJvdG9idWYuZ28=) | `75.25% <0.00%> (+4.12%)` | :arrow_up: | 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.