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: implements neovim/neovim@4ae31c4 APIs #84

Closed zchee closed 3 years ago

zchee commented 3 years ago

Implements neovim/neovim@4ae31c4 APIs.

codecov[bot] commented 3 years ago

Codecov Report

Merging #84 (20b6209) into master (3d2a7d9) will increase coverage by 0.2%. The diff coverage is 37.5%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #84     +/-   ##
========================================
+ Coverage    57.4%   57.6%   +0.2%     
========================================
  Files          11      11             
  Lines        2124    2132      +8     
========================================
+ Hits         1221    1230      +9     
+ Misses        769     768      -1     
  Partials      134     134             
Flag Coverage Δ
Linux-1.13.x 57.6% <37.5%> (+0.2%) :arrow_up:
Linux-1.14.x 57.6% <37.5%> (+0.2%) :arrow_up:
Linux-1.15.x 57.6% <37.5%> (+0.2%) :arrow_up:
macOS-1.13.x 57.6% <37.5%> (+0.2%) :arrow_up:
macOS-1.14.x 57.6% <37.5%> (+0.2%) :arrow_up:
macOS-1.15.x 57.6% <37.5%> (+0.2%) :arrow_up:

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

Impacted Files Coverage Δ
nvim/apiimp.go 25.8% <37.5%> (+1.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 3d2a7d9...20b6209. Read the comment docs.

zchee commented 3 years ago

I'll write more test case on #82