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
98 stars 15 forks source link

spec: support protocol 3.15.0-next.6 API #4

Closed zchee closed 5 years ago

zchee commented 5 years ago

Support protocol 3.15.0-next.6 API

codecov[bot] commented 5 years ago

Codecov Report

Merging #4 into master will decrease coverage by <.1%. The diff coverage is 45%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master      #4     +/-   ##
========================================
- Coverage    33.8%   33.8%   -0.1%     
========================================
  Files          26      26             
  Lines        4324    4392     +68     
========================================
+ Hits         1463    1485     +22     
- Misses       2806    2852     +46     
  Partials       55      55
Flag Coverage Δ
#gojay 37.2% <45%> (-0.1%) :arrow_down:
#json 3% <ø> (-0.3%) :arrow_down:
Impacted Files Coverage Δ
protocol.go 0% <ø> (ø) :arrow_up:
text.go 0% <ø> (ø) :arrow_up:
language.go 0% <ø> (ø) :arrow_up:
general.go 0% <ø> (ø) :arrow_up:
workspace.go 0% <ø> (ø) :arrow_up:
basic.go 23.5% <ø> (ø) :arrow_up:
language_gojay.go 0% <0%> (ø) :arrow_up:
text_gojay.go 0% <0%> (ø) :arrow_up:
workspace_gojay.go 5.8% <0%> (ø) :arrow_up:
basic_gojay.go 72.8% <100%> (ø) :arrow_up:
... and 4 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 71d4542...b175441. Read the comment docs.