go-language-server / protocol

Package protocol implements Language Server Protocol specification in Go
https://pkg.go.dev/go.lsp.dev/protocol
BSD 3-Clause "New" or "Revised" License
97 stars 15 forks source link

Categorize and doc #26

Closed zchee closed 3 years ago

zchee commented 3 years ago

Categorize and documentations.

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (7751c71) into main (0aebfda) will decrease coverage by 0.2%. The diff coverage is 84.4%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main     #26     +/-   ##
=======================================
- Coverage   60.8%   60.5%   -0.3%     
=======================================
  Files         35      40      +5     
  Lines       5544    5538      -6     
=======================================
- Hits        3374    3356     -18     
- Misses      2131    2143     +12     
  Partials      39      39             
Flag Coverage Δ
gojay 67.0% <84.4%> (-0.3%) :arrow_down:
json 20.4% <100.0%> (ø)

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

Impacted Files Coverage Δ
base_json.go 84.2% <ø> (ø)
basic.go 100.0% <ø> (ø)
callhierarchy_gojay.go 92.4% <ø> (+0.3%) :arrow_up:
client.go 0.0% <ø> (ø)
client_gojay.go 0.0% <ø> (ø)
client_json.go 0.0% <ø> (ø)
context.go 0.0% <ø> (ø)
general_gojay.go 78.7% <ø> (-4.5%) :arrow_down:
handler.go 0.0% <ø> (ø)
handler_json.go 0.0% <ø> (ø)
... and 35 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 0aebfda...7751c71. Read the comment docs.