julia-vscode / SymbolServer.jl

Other
23 stars 31 forks source link

Try whether reverting fix solves CI problems #103

Closed davidanthoff closed 4 years ago

davidanthoff commented 4 years ago

This reverts commit b9f71eb4478ba78c5990c129d5ae6c2604a69f88.

codecov[bot] commented 4 years ago

Codecov Report

Merging #103 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   79.62%   79.62%           
=======================================
  Files           5        5           
  Lines         589      589           
=======================================
  Hits          469      469           
  Misses        120      120
Impacted Files Coverage Δ
src/server.jl 88.88% <ø> (ø) :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 8d94bcc...0808206. Read the comment docs.

davidanthoff commented 4 years ago

I don't really understand what is going on, but for now I'm reverting https://github.com/julia-vscode/SymbolServer.jl/pull/101 because is breaks tests... I'll try to figure out what is going on tomorrow and find a proper fix.