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

all: remove gojay and use github.com/segmentio/encoding/json #34

Closed zchee closed 2 years ago

zchee commented 2 years ago

Remove gojay and use github.com/segmentio/encoding/json.

codecov[bot] commented 2 years ago

Codecov Report

Merging #34 (da30f9a) into main (d33fc40) will decrease coverage by 46.7%. The diff coverage is 2.8%.

Impacted file tree graph

@@           Coverage Diff            @@
##            main     #34      +/-   ##
========================================
- Coverage   62.9%   16.1%   -46.8%     
========================================
  Files         40      17      -23     
  Lines       6332    1760    -4572     
========================================
- Hits        3986     285    -3701     
+ Misses      2307    1474     -833     
+ Partials      39       1      -38     
Flag Coverage Δ
gojay ?
json ?

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

Impacted Files Coverage Δ
client.go 0.0% <0.0%> (ø)
handler.go 0.0% <0.0%> (ø)
selectionrange.go 0.0% <ø> (ø)
server.go 0.0% <0.0%> (ø)
base.go 82.1% <82.1%> (ø)
log.go 0.0% <0.0%> (ø)
basic.go 100.0% <0.0%> (ø)
window.go 100.0% <0.0%> (ø)
... 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 d33fc40...da30f9a. Read the comment docs.