julia-vscode / DocumentFormat.jl

Auto-formatter for Julia
Other
62 stars 18 forks source link

Add format method for paths #48

Closed davidanthoff closed 4 years ago

davidanthoff commented 4 years ago

Ready for review. I hope to use these in a bunch of github actions so that one can incorporate this into a CI workflow.

codecov[bot] commented 4 years ago

Codecov Report

Merging #48 into master will increase coverage by 3.25%. The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   69.29%   72.55%   +3.25%     
==========================================
  Files           3        3              
  Lines         342      368      +26     
==========================================
+ Hits          237      267      +30     
+ Misses        105      101       -4
Impacted Files Coverage Δ
src/DocumentFormat.jl 97.4% <92.3%> (-2.6%) :arrow_down:
src/passes.jl 61.29% <0%> (+1.61%) :arrow_up:
src/indents.jl 69.46% <0%> (+2.39%) :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 91ca6d8...595cb17. Read the comment docs.