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

Refactoring testcase #8

Closed zchee closed 4 years ago

zchee commented 4 years ago

Refactoring some testcases.

codecov[bot] commented 4 years ago

Codecov Report

Merging #8 into master will increase coverage by 0.3%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master      #8     +/-   ##
========================================
+ Coverage    33.5%   33.8%   +0.3%     
========================================
  Files          25      25             
  Lines        3624    3627      +3     
========================================
+ Hits         1216    1229     +13     
+ Misses       2394    2384     -10     
  Partials       14      14
Flag Coverage Δ
#gojay 38.1% <100%> (+0.3%) :arrow_up:
#json 3% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
language.go 0% <ø> (ø) :arrow_up:
general_gojay.go 83.4% <100%> (ø) :arrow_up:
basic_gojay.go 91.4% <100%> (-0.3%) :arrow_down:
window_gojay.go 89.4% <0%> (+19.2%) :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 aad0efc...913781d. Read the comment docs.

zchee commented 4 years ago

self merged.