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: fix and add documentation for APIs #82

Closed zchee closed 3 years ago

zchee commented 3 years ago

Fix and add documentation for APIs.

codecov[bot] commented 3 years ago

Codecov Report

Merging #82 (5df923d) into master (f801acd) will increase coverage by 2.5%. The diff coverage is 43.2%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #82     +/-   ##
========================================
+ Coverage    58.0%   60.6%   +2.5%     
========================================
  Files          11      12      +1     
  Lines        2140    2079     -61     
========================================
+ Hits         1243    1260     +17     
+ Misses        763     684     -79     
- Partials      134     135      +1     
Flag Coverage Δ
linux-1.13 60.6% <43.2%> (+2.5%) :arrow_up:
linux-1.14 60.6% <43.2%> (+2.5%) :arrow_up:
linux-1.15 60.6% <43.2%> (+2.5%) :arrow_up:
macos-1.13 60.6% <43.2%> (+2.5%) :arrow_up:
macos-1.14 60.6% <43.2%> (+2.5%) :arrow_up:
macos-1.15 60.6% <43.2%> (+2.5%) :arrow_up:

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

Impacted Files Coverage Δ
msgpack/decode.go 64.3% <ø> (ø)
msgpack/rpc/endpoint.go 58.0% <ø> (ø)
msgpack/unpack.go 86.0% <ø> (ø)
nvim/helpers.go 82.6% <ø> (+5.6%) :arrow_up:
nvim/nvim.go 70.4% <ø> (+1.6%) :arrow_up:
nvim/plugin/plugin.go 31.5% <ø> (ø)
nvim/types.go 0.0% <0.0%> (ø)
nvim/api.go 35.0% <43.5%> (ø)
... and 1 more

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 f801acd...5df923d. Read the comment docs.