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 Notify, OpenTerm and HideWindow following neovim/neovim@b274b98 #113

Closed zchee closed 3 years ago

zchee commented 3 years ago

Implements Notify, OpenTerm and HideWindow following neovim/neovim@b274b9887aba.

Close: #110

codecov[bot] commented 3 years ago

Codecov Report

Merging #113 (291a8c8) into master (2542aa1) will increase coverage by 0.6%. The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #113     +/-   ##
========================================
+ Coverage    63.2%   63.9%   +0.6%     
========================================
  Files          14      14             
  Lines        2085    2114     +29     
========================================
+ Hits         1319    1352     +33     
+ Misses        631     626      -5     
- Partials      135     136      +1     
Flag Coverage Δ
linux-1.14 63.9% <100.0%> (+0.6%) :arrow_up:
linux-1.15 63.8% <100.0%> (+0.5%) :arrow_up:
linux-1.16 63.8% <100.0%> (+0.5%) :arrow_up:
macos-1.14 63.9% <100.0%> (+0.6%) :arrow_up:
macos-1.15 63.8% <100.0%> (+0.5%) :arrow_up:
macos-1.16 63.9% <100.0%> (+0.7%) :arrow_up:
windows-1.14 63.1% <100.0%> (+0.7%) :arrow_up:
windows-1.15 63.1% <100.0%> (+0.6%) :arrow_up:
windows-1.16 63.1% <100.0%> (+0.7%) :arrow_up:

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

Impacted Files Coverage Δ
nvim/api.go 40.2% <100.0%> (+1.5%) :arrow_up:
nvim/nvim.go 72.1% <100.0%> (+1.6%) :arrow_up:
nvim/types.go 92.8% <100.0%> (+92.8%) :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 2542aa1...291a8c8. Read the comment docs.