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: support named return on Batch methods #90

Closed zchee closed 3 years ago

zchee commented 3 years ago

Support named return on Batch methods.

codecov[bot] commented 3 years ago

Codecov Report

Merging #90 (73ff88d) into master (5df923d) will not change coverage. The diff coverage is 24.2%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #90   +/-   ##
======================================
  Coverage    60.6%   60.6%           
======================================
  Files          12      12           
  Lines        2079    2079           
======================================
  Hits         1260    1260           
  Misses        684     684           
  Partials      135     135           
Flag Coverage Δ
linux-1.13 60.6% <24.2%> (ø)
linux-1.14 60.6% <24.2%> (ø)
linux-1.15 60.6% <24.2%> (ø)
macos-1.13 60.6% <24.2%> (ø)
macos-1.14 60.6% <24.2%> (ø)
macos-1.15 60.6% <24.2%> (ø)

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

Impacted Files Coverage Δ
nvim/api.go 35.0% <24.2%> (ø)

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 5df923d...73ff88d. Read the comment docs.