thriftrw / thriftrw-go

A Thrift encoding code generator and library for Go
MIT License
101 stars 53 forks source link

Upgrade to golang.org/x/tools version 0.1.5 #529

Closed jparise closed 3 years ago

jparise commented 3 years ago

This bumps the project to the latest golang.org/x/tools release (0.1.5).

There don't appear to be any functional changes that impact our usage, but there are some goyacc formatting differences, so it seemed worth getting this upgrade out of the way while it's convenient to do so.

codecov[bot] commented 3 years ago

Codecov Report

Merging #529 (3da2666) into dev (a9e34ea) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #529   +/-   ##
=======================================
  Coverage   79.02%   79.02%           
=======================================
  Files         130      130           
  Lines       16203    16203           
=======================================
  Hits        12805    12805           
  Misses       2087     2087           
  Partials     1311     1311           
Impacted Files Coverage Δ
internal/envelope/exception/exception.go 90.80% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a9e34ea...3da2666. Read the comment docs.