uber / tchannel-go

Go implementation of a multiplexing and framing protocol for RPC calls
http://uber.github.io/tchannel/
MIT License
490 stars 84 forks source link

Test against Go 1.19 and 1.20 #892

Closed cinchurge closed 1 year ago

cinchurge commented 1 year ago

Update test spec to test against the two most recent minor releases. Fixed some gofmt changes resulting from the version update.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.03 :warning:

Comparison is base (c6f8848) 89.18% compared to head (0e0ee08) 89.16%.

:exclamation: Current head 0e0ee08 differs from pull request most recent head d1b638e. Consider uploading reports for the commit d1b638e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #892 +/- ## ========================================== - Coverage 89.18% 89.16% -0.03% ========================================== Files 43 43 Lines 4440 4440 ========================================== - Hits 3960 3959 -1 - Misses 361 363 +2 + Partials 119 118 -1 ``` | [Impacted Files](https://codecov.io/gh/uber/tchannel-go/pull/892?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber) | Coverage Δ | | |---|---|---| | [introspection.go](https://codecov.io/gh/uber/tchannel-go/pull/892?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber#diff-aW50cm9zcGVjdGlvbi5nbw==) | `95.15% <ø> (ø)` | | ... and [4 files with indirect coverage changes](https://codecov.io/gh/uber/tchannel-go/pull/892/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uber) 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=uber). 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=uber)

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