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: support nvim v0.6.0 APIs #125

Closed zchee closed 2 years ago

zchee commented 2 years ago

Support nvim v0.6.0 APIs.

codecov[bot] commented 2 years ago

Codecov Report

Merging #125 (baa03c6) into master (34b6240) will increase coverage by 0.5%. The diff coverage is 90.1%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #125     +/-   ##
========================================
+ Coverage    80.0%   80.5%   +0.5%     
========================================
  Files          14      14             
  Lines        2992    3018     +26     
========================================
+ Hits         2394    2430     +36     
+ Misses        598     588     -10     
Flag Coverage Δ
linux-1.15-nightly 80.5% <90.1%> (+0.5%) :arrow_up:
linux-1.15-stable 80.5% <90.1%> (+0.5%) :arrow_up:
linux-1.16-nightly 80.5% <90.1%> (+0.5%) :arrow_up:
linux-1.16-stable 80.5% <90.1%> (+0.5%) :arrow_up:
linux-1.17-nightly 80.5% <90.1%> (+0.5%) :arrow_up:
linux-1.17-stable 80.5% <90.1%> (+0.5%) :arrow_up:
macos-1.15-nightly 80.5% <90.1%> (+0.5%) :arrow_up:
macos-1.15-stable 80.5% <90.1%> (+0.5%) :arrow_up:
macos-1.16-nightly 80.5% <90.1%> (+0.5%) :arrow_up:
macos-1.16-stable 80.5% <90.1%> (+0.5%) :arrow_up:
macos-1.17-nightly 80.5% <90.1%> (+0.5%) :arrow_up:
macos-1.17-stable 80.5% <90.1%> (+0.5%) :arrow_up:
windows-1.15-nightly 79.6% <90.1%> (+0.5%) :arrow_up:
windows-1.15-stable 79.6% <90.1%> (+0.5%) :arrow_up:
windows-1.16-nightly 79.6% <90.1%> (+0.5%) :arrow_up:
windows-1.16-stable 79.6% <90.1%> (+0.5%) :arrow_up:
windows-1.17-nightly 79.6% <90.1%> (+0.5%) :arrow_up:
windows-1.17-stable 79.6% <90.1%> (+0.5%) :arrow_up:
Impacted Files Coverage Δ
nvim/nvim.go 79.7% <16.6%> (+2.0%) :arrow_up:
nvim/api.go 96.8% <100.0%> (+0.1%) :arrow_up:
nvim/types.go 87.5% <100.0%> (ø)
msgpack/decode.go 83.1% <0.0%> (+0.6%) :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 34b6240...baa03c6. Read the comment docs.