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

msgpack: add more testcases #91

Closed zchee closed 3 years ago

zchee commented 3 years ago

Add more testcases to msgpack and msgpack/rpc packages.

codecov[bot] commented 3 years ago

Codecov Report

Merging #91 (7556bc0) into master (726b60e) will increase coverage by 2.2%. The diff coverage is 60.2%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #91     +/-   ##
========================================
+ Coverage    60.6%   62.8%   +2.2%     
========================================
  Files          12      13      +1     
  Lines        2079    2080      +1     
========================================
+ Hits         1260    1307     +47     
+ Misses        684     636     -48     
- Partials      135     137      +2     
Flag Coverage Δ
linux-1.13 62.8% <60.2%> (+2.2%) :arrow_up:
linux-1.14 62.8% <60.2%> (+2.2%) :arrow_up:
linux-1.15 62.8% <60.2%> (+2.2%) :arrow_up:
linux-1.16 62.8% <60.2%> (+2.2%) :arrow_up:
macos-1.13 62.8% <60.2%> (+2.2%) :arrow_up:
macos-1.14 62.8% <60.2%> (+2.2%) :arrow_up:
macos-1.15 62.8% <60.2%> (+2.2%) :arrow_up:
macos-1.16 62.8% <60.2%> (+2.2%) :arrow_up:

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

Impacted Files Coverage Δ
msgpack/field.go 71.0% <0.0%> (ø)
msgpack/unpack.go 90.6% <0.0%> (+4.6%) :arrow_up:
msgpack/decode.go 75.9% <50.0%> (+11.5%) :arrow_up:
msgpack/rpc/rpc.go 58.0% <57.8%> (ø)
msgpack/msgpack.go 66.6% <66.6%> (ø)
msgpack/pack.go 87.5% <66.6%> (ø)
msgpack/encode.go 76.7% <100.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 726b60e...7556bc0. Read the comment docs.