neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
561 stars 37 forks source link

all: gofmt with 1.19 #141

Closed zchee closed 1 year ago

zchee commented 1 year ago

format by gofmt with 1.19 and gofumpt.

codecov[bot] commented 1 year ago

Codecov Report

Merging #141 (68e0d4b) into master (ef8a8cf) will increase coverage by 0.0%. The diff coverage is 66.6%.

@@          Coverage Diff           @@
##           master    #141   +/-   ##
======================================
  Coverage    82.9%   82.9%           
======================================
  Files          14      14           
  Lines        3062    3063    +1     
======================================
+ Hits         2540    2541    +1     
  Misses        522     522           
Flag Coverage Δ
linux-1.16-nightly ?
linux-1.16-stable 82.9% <66.6%> (+<0.1%) :arrow_up:
linux-1.17-nightly ?
linux-1.17-stable 82.9% <66.6%> (+<0.1%) :arrow_up:
linux-1.18-nightly ?
linux-1.18-stable 82.9% <66.6%> (+<0.1%) :arrow_up:
macos-1.16-nightly ?
macos-1.16-stable 82.9% <66.6%> (+<0.1%) :arrow_up:
macos-1.17-nightly ?
macos-1.17-stable 82.9% <66.6%> (+<0.1%) :arrow_up:
macos-1.18-nightly ?
macos-1.18-stable 82.9% <66.6%> (+<0.1%) :arrow_up:
windows-1.16-nightly ?
windows-1.16-stable 82.1% <66.6%> (+<0.1%) :arrow_up:
windows-1.17-nightly ?
windows-1.17-stable 82.1% <66.6%> (+<0.1%) :arrow_up:
windows-1.18-nightly ?
windows-1.18-stable 82.1% <66.6%> (+<0.1%) :arrow_up:
Impacted Files Coverage Δ
msgpack/rpc/rpc.go 68.7% <ø> (ø)
nvim/nvim.go 79.1% <ø> (ø)
nvim/plugin/main.go 30.0% <0.0%> (ø)
nvim/plugin/plugin.go 74.0% <ø> (ø)
nvim/types.go 88.8% <ø> (ø)
msgpack/encode.go 83.1% <100.0%> (+<0.1%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

zchee commented 1 year ago

Close via #142