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

all: change ProgressToken type to interface{} on gojay #19

Closed zchee closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (fef8105) into main (aa2261d) will increase coverage by 0.3%. The diff coverage is 78.1%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main     #19     +/-   ##
=======================================
+ Coverage   59.7%   60.1%   +0.3%     
=======================================
  Files         33      33             
  Lines       4214    4177     -37     
=======================================
- Hits        2518    2511      -7     
+ Misses      1668    1638     -30     
  Partials      28      28             
Flag Coverage Δ
gojay 66.1% <69.2%> (+0.6%) :arrow_up:
json 24.0% <84.2%> (-0.2%) :arrow_down:

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

Impacted Files Coverage Δ
progress_gojay.go 12.1% <55.5%> (+4.7%) :arrow_up:
progress_json.go 84.2% <84.2%> (ø)
window_gojay.go 86.2% <100.0%> (+7.8%) :arrow_up:

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 aa2261d...fef8105. Read the comment docs.