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: fix and add documentation for APIs #82

Merged
merged 19 commits into from
Dec 31, 2020
Merged

Conversation

zchee
Copy link
Member

@zchee zchee commented Nov 11, 2020

Fix and add documentation for APIs.

@zchee zchee self-assigned this Nov 11, 2020
@codecov
Copy link

codecov bot commented Nov 11, 2020

Codecov Report

Merging #82 (5df923d) into master (f801acd) will increase coverage by 2.5%.
The diff coverage is 43.2%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #82     +/-   ##
========================================
+ Coverage    58.0%   60.6%   +2.5%     
========================================
  Files          11      12      +1     
  Lines        2140    2079     -61     
========================================
+ Hits         1243    1260     +17     
+ Misses        763     684     -79     
- Partials      134     135      +1     
Flag Coverage Δ
linux-1.13 60.6% <43.2%> (+2.5%) ⬆️
linux-1.14 60.6% <43.2%> (+2.5%) ⬆️
linux-1.15 60.6% <43.2%> (+2.5%) ⬆️
macos-1.13 60.6% <43.2%> (+2.5%) ⬆️
macos-1.14 60.6% <43.2%> (+2.5%) ⬆️
macos-1.15 60.6% <43.2%> (+2.5%) ⬆️

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

Impacted Files Coverage Δ
msgpack/decode.go 64.3% <ø> (ø)
msgpack/rpc/endpoint.go 58.0% <ø> (ø)
msgpack/unpack.go 86.0% <ø> (ø)
nvim/helpers.go 82.6% <ø> (+5.6%) ⬆️
nvim/nvim.go 70.4% <ø> (+1.6%) ⬆️
nvim/plugin/plugin.go 31.5% <ø> (ø)
nvim/types.go 0.0% <0.0%> (ø)
nvim/api.go 35.0% <43.5%> (ø)
... and 1 more

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

@zchee zchee force-pushed the api-fix-and-documentation branch 3 times, most recently from 5ffa200 to 8d6a3e8 Compare November 11, 2020 23:04
@zchee zchee force-pushed the api-fix-and-documentation branch 6 times, most recently from 69283c2 to 3d0dc0c Compare November 12, 2020 08:40
@zchee zchee force-pushed the api-fix-and-documentation branch from 3d0dc0c to acbb05f Compare November 17, 2020 10:47
@zchee zchee force-pushed the api-fix-and-documentation branch from acbb05f to fd6e962 Compare December 8, 2020 09:55
@zchee zchee force-pushed the api-fix-and-documentation branch 5 times, most recently from c737a65 to 2585ecd Compare December 30, 2020 22:54
@zchee zchee force-pushed the api-fix-and-documentation branch 2 times, most recently from d31d47c to c34948e Compare December 31, 2020 05:38
@zchee zchee force-pushed the api-fix-and-documentation branch from c34948e to ad8ecff Compare December 31, 2020 05:40
@zchee zchee force-pushed the api-fix-and-documentation branch from ad8ecff to 780a1b6 Compare December 31, 2020 05:41
@zchee zchee force-pushed the api-fix-and-documentation branch 3 times, most recently from 2a76abc to e6ffbda Compare December 31, 2020 07:42
@zchee zchee force-pushed the api-fix-and-documentation branch from e6ffbda to c2476e0 Compare December 31, 2020 09:04
@zchee zchee force-pushed the api-fix-and-documentation branch 5 times, most recently from 05440f3 to af667b8 Compare December 31, 2020 13:21
@zchee zchee marked this pull request as ready for review December 31, 2020 13:34
@zchee zchee merged commit 5df923d into master Dec 31, 2020
@zchee zchee deleted the api-fix-and-documentation branch December 31, 2020 14:43
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