neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
561 stars 37 forks source link

nvim/plugin: support once to AutocmdOptions #130

Closed zchee closed 2 years ago

zchee commented 2 years ago

Support once to AutocmdOptions.

codecov[bot] commented 2 years ago

Codecov Report

Merging #130 (c5013d8) into master (36b5064) will increase coverage by 2.4%. The diff coverage is 97.9%.

@@           Coverage Diff            @@
##           master    #130     +/-   ##
========================================
+ Coverage    80.6%   83.0%   +2.4%     
========================================
  Files          14      14             
  Lines        3044    3057     +13     
========================================
+ Hits         2456    2540     +84     
+ Misses        588     517     -71     
Flag Coverage Δ
linux-1.16-nightly 83.0% <97.9%> (+2.4%) :arrow_up:
linux-1.16-stable 83.0% <97.9%> (+2.4%) :arrow_up:
linux-1.17-nightly 83.0% <97.9%> (+2.4%) :arrow_up:
linux-1.17-stable 83.0% <97.9%> (+2.4%) :arrow_up:
linux-1.18-nightly 83.0% <97.9%> (+2.4%) :arrow_up:
linux-1.18-stable 83.0% <97.9%> (+2.4%) :arrow_up:
macos-1.16-nightly 83.0% <97.9%> (+2.4%) :arrow_up:
macos-1.16-stable 83.0% <97.9%> (+2.4%) :arrow_up:
macos-1.17-nightly 83.0% <97.9%> (+2.4%) :arrow_up:
macos-1.17-stable 83.0% <97.9%> (+2.4%) :arrow_up:
macos-1.18-nightly 83.0% <97.9%> (+2.4%) :arrow_up:
macos-1.18-stable 83.0% <97.9%> (+2.4%) :arrow_up:
windows-1.16-nightly 82.2% <97.9%> (+2.4%) :arrow_up:
windows-1.16-stable 82.2% <97.9%> (+2.4%) :arrow_up:
windows-1.17-nightly 82.2% <97.9%> (+2.4%) :arrow_up:
windows-1.17-stable 82.2% <97.9%> (+2.4%) :arrow_up:
windows-1.18-nightly 82.2% <97.9%> (+2.4%) :arrow_up:
windows-1.18-stable 82.2% <97.9%> (+2.4%) :arrow_up:
Impacted Files Coverage Δ
nvim/plugin/plugin.go 74.0% <97.9%> (+34.9%) :arrow_up:
nvim/nvim.go 80.2% <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 36b5064...c5013d8. Read the comment docs.