julia-vscode / SymbolServer.jl

Other
23 stars 31 forks source link

Guard against a Project.toml Manifest.toml mismatch #105

Closed davidanthoff closed 4 years ago

davidanthoff commented 4 years ago

This is a better (=less bugs) version of https://github.com/julia-vscode/SymbolServer.jl/pull/101.

And this time I won't merge things even when CI is broken :)

Fixes https://github.com/julia-vscode/SymbolServer.jl/issues/104.

codecov[bot] commented 4 years ago

Codecov Report

Merging #105 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #105     +/-   ##
=========================================
+ Coverage   79.62%   79.72%   +0.1%     
=========================================
  Files           5        5             
  Lines         589      592      +3     
=========================================
+ Hits          469      472      +3     
  Misses        120      120
Impacted Files Coverage Δ
src/server.jl 88.88% <ø> (ø) :arrow_up:
src/utils.jl 58.4% <100%> (+1.13%) :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 39e4194...3e58807. Read the comment docs.