neovim / go-client

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

nvim: Update documentation and small optimize #108

Closed zchee closed 3 years ago

zchee commented 3 years ago

Update documentation and small optimize.

codecov[bot] commented 3 years ago

Codecov Report

Merging #108 (6785b73) into master (7420c31) will decrease coverage by 0.1%. The diff coverage is 66.6%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #108     +/-   ##
========================================
- Coverage    63.4%   63.2%   -0.2%     
========================================
  Files          14      14             
  Lines        2085    2085             
========================================
- Hits         1323    1319      -4     
- Misses        625     631      +6     
+ Partials      137     135      -2     
Flag Coverage Δ
linux-1.14 63.2% <66.6%> (-0.2%) :arrow_down:
linux-1.15 63.2% <66.6%> (-0.2%) :arrow_down:
linux-1.16 63.2% <66.6%> (-0.1%) :arrow_down:
macos-1.14 63.2% <66.6%> (-0.2%) :arrow_down:
macos-1.15 63.2% <66.6%> (-0.1%) :arrow_down:
macos-1.16 63.2% <66.6%> (-0.2%) :arrow_down:
windows-1.14 62.4% <66.6%> (-0.2%) :arrow_down:
windows-1.15 62.4% <66.6%> (?)
windows-1.16 62.4% <66.6%> (-0.1%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nvim/api.go 38.6% <ø> (ø)
nvim/helpers.go 82.6% <ø> (ø)
nvim/types.go 0.0% <ø> (ø)
nvim/nvim.go 70.4% <66.6%> (ø)
msgpack/decode.go 74.2% <0.0%> (-1.8%) :arrow_down:
msgpack/unpack.go 92.2% <0.0%> (+1.5%) :arrow_up:

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 7420c31...6785b73. Read the comment docs.