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 #109

Closed zchee closed 3 years ago

zchee commented 3 years ago

Implements Notify, OpenTerm and HideWindow following neovim/neovim@6d4a922e07e8.

codecov[bot] commented 3 years ago

Codecov Report

Merging #109 (405ae87) into master (f5d35a3) will decrease coverage by 0.2%. The diff coverage is 0.0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #109     +/-   ##
========================================
- Coverage    63.2%   63.0%   -0.3%     
========================================
  Files          13      14      +1     
  Lines        2084    2093      +9     
========================================
+ Hits         1318    1319      +1     
- Misses        631     639      +8     
  Partials      135     135             
Flag Coverage Δ
linux-1.14 63.0% <0.0%> (-0.3%) :arrow_down:
linux-1.15 63.0% <0.0%> (-0.3%) :arrow_down:
linux-1.16 63.0% <0.0%> (-0.3%) :arrow_down:
macos-1.14 63.0% <0.0%> (-0.3%) :arrow_down:
macos-1.15 62.9% <0.0%> (-0.4%) :arrow_down:
macos-1.16 63.0% <0.0%> (-0.3%) :arrow_down:
windows-1.14 62.2% <0.0%> (?)
windows-1.15 62.1% <0.0%> (?)
windows-1.16 62.2% <0.0%> (?)

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

Impacted Files Coverage Δ
nvim/api.go 37.8% <0.0%> (-0.9%) :arrow_down:
nvim/nvim_windows.go 100.0% <0.0%> (ø)

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 f5d35a3...405ae87. Read the comment docs.