Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvim: support nvim v0.6.0 APIs #125

Merged
merged 17 commits into from
Dec 11, 2021
Merged

nvim: support nvim v0.6.0 APIs #125

merged 17 commits into from
Dec 11, 2021

Conversation

zchee
Copy link
Member

@zchee zchee commented Dec 11, 2021

Support nvim v0.6.0 APIs.

@zchee zchee self-assigned this Dec 11, 2021
@codecov
Copy link

codecov bot commented Dec 11, 2021

Codecov Report

Merging #125 (baa03c6) into master (34b6240) will increase coverage by 0.5%.
The diff coverage is 90.1%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #125     +/-   ##
========================================
+ Coverage    80.0%   80.5%   +0.5%     
========================================
  Files          14      14             
  Lines        2992    3018     +26     
========================================
+ Hits         2394    2430     +36     
+ Misses        598     588     -10     
Flag Coverage Δ
linux-1.15-nightly 80.5% <90.1%> (+0.5%) ⬆️
linux-1.15-stable 80.5% <90.1%> (+0.5%) ⬆️
linux-1.16-nightly 80.5% <90.1%> (+0.5%) ⬆️
linux-1.16-stable 80.5% <90.1%> (+0.5%) ⬆️
linux-1.17-nightly 80.5% <90.1%> (+0.5%) ⬆️
linux-1.17-stable 80.5% <90.1%> (+0.5%) ⬆️
macos-1.15-nightly 80.5% <90.1%> (+0.5%) ⬆️
macos-1.15-stable 80.5% <90.1%> (+0.5%) ⬆️
macos-1.16-nightly 80.5% <90.1%> (+0.5%) ⬆️
macos-1.16-stable 80.5% <90.1%> (+0.5%) ⬆️
macos-1.17-nightly 80.5% <90.1%> (+0.5%) ⬆️
macos-1.17-stable 80.5% <90.1%> (+0.5%) ⬆️
windows-1.15-nightly 79.6% <90.1%> (+0.5%) ⬆️
windows-1.15-stable 79.6% <90.1%> (+0.5%) ⬆️
windows-1.16-nightly 79.6% <90.1%> (+0.5%) ⬆️
windows-1.16-stable 79.6% <90.1%> (+0.5%) ⬆️
windows-1.17-nightly 79.6% <90.1%> (+0.5%) ⬆️
windows-1.17-stable 79.6% <90.1%> (+0.5%) ⬆️
Impacted Files Coverage Δ
nvim/nvim.go 79.7% <16.6%> (+2.0%) ⬆️
nvim/api.go 96.8% <100.0%> (+0.1%) ⬆️
nvim/types.go 87.5% <100.0%> (ø)
msgpack/decode.go 83.1% <0.0%> (+0.6%) ⬆️

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 34b6240...baa03c6. Read the comment docs.

@zchee zchee force-pushed the nvim/v0.6.0 branch 5 times, most recently from bedf397 to 1081f39 Compare December 11, 2021 06:20
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
Signed-off-by: Koichi Shiraishi <[email protected]>
@zchee zchee marked this pull request as ready for review December 11, 2021 06:51
@zchee zchee merged commit baa03c6 into master Dec 11, 2021
@zchee zchee deleted the nvim/v0.6.0 branch December 11, 2021 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant