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 Buffer event types #106

Closed zchee closed 3 years ago

zchee commented 3 years ago

Add Buffer event types

codecov[bot] commented 3 years ago

Codecov Report

Merging #106 (9aa93e7) into master (a45dcbd) will increase coverage by 0.0%. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #106   +/-   ##
======================================
  Coverage    63.3%   63.4%           
======================================
  Files          14      14           
  Lines        2085    2085           
======================================
+ Hits         1321    1323    +2     
+ Misses        627     625    -2     
  Partials      137     137           
Flag Coverage Δ
linux-1.14 63.4% <ø> (+<0.1%) :arrow_up:
linux-1.15 63.4% <ø> (+<0.1%) :arrow_up:
linux-1.16 63.4% <ø> (+<0.1%) :arrow_up:
macos-1.14 63.3% <ø> (ø)
macos-1.15 63.4% <ø> (+<0.1%) :arrow_up:
macos-1.16 63.4% <ø> (+<0.1%) :arrow_up:
windows-1.14 62.6% <ø> (+<0.1%) :arrow_up:
windows-1.15 62.6% <ø> (+<0.1%) :arrow_up:
windows-1.16 62.6% <ø> (+<0.1%) :arrow_up:

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

Impacted Files Coverage Δ
nvim/types.go 0.0% <ø> (ø)
nvim/api.go 38.6% <0.0%> (+0.5%) :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 a45dcbd...9aa93e7. Read the comment docs.