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: add skipVersion test util for API version compatibility #119

Closed zchee closed 2 years ago

zchee commented 2 years ago

nvim: add skipVersion test util for API version compatibility.

codecov[bot] commented 2 years ago

Codecov Report

Merging #119 (35e18ab) into master (c8dbb8f) will increase coverage by 0.4%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #119     +/-   ##
========================================
+ Coverage    63.9%   64.4%   +0.4%     
========================================
  Files          14      14             
  Lines        2114    2114             
========================================
+ Hits         1352    1362     +10     
+ Misses        626     615     -11     
- Partials      136     137      +1     
Flag Coverage Δ
linux-1.15 64.4% <ø> (+0.4%) :arrow_up:
linux-1.16 64.4% <ø> (+0.4%) :arrow_up:
linux-1.17 64.4% <ø> (+0.4%) :arrow_up:
macos-1.15 64.3% <ø> (+0.3%) :arrow_up:
macos-1.16 64.4% <ø> (+0.4%) :arrow_up:
macos-1.17 64.4% <ø> (+0.5%) :arrow_up:
windows-1.15 63.6% <ø> (+0.4%) :arrow_up:
windows-1.16 63.6% <ø> (+0.4%) :arrow_up:
windows-1.17 63.6% <ø> (+0.4%) :arrow_up:

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

Impacted Files Coverage Δ
nvim/api.go 40.7% <0.0%> (+0.5%) :arrow_up:
msgpack/decode.go 76.5% <0.0%> (+2.2%) :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 c8dbb8f...35e18ab. Read the comment docs.