JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Fixes for short form function locations #284

Closed c42f closed 1 year ago

c42f commented 1 year ago

Part of #270

codecov[bot] commented 1 year ago

Codecov Report

Merging #284 (1cb6843) into main (b5971af) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #284   +/-   ##
=======================================
  Coverage   96.69%   96.69%           
=======================================
  Files          14       14           
  Lines        4027     4029    +2     
=======================================
+ Hits         3894     3896    +2     
  Misses        133      133           
Impacted Files Coverage Δ
src/expr.jl 100.00% <100.00%> (ø)
src/parser.jl 98.25% <100.00%> (+<0.01%) :arrow_up: