JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Fix for detecting call heads in function signatures #247

Closed c42f closed 1 year ago

c42f commented 1 year ago

Discovered parsing packages in General (NDTensors in particular)

codecov[bot] commented 1 year ago

Codecov Report

Merging #247 (a76ad70) into main (bc8bd78) will increase coverage by 0.05%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #247      +/-   ##
==========================================
+ Coverage   96.42%   96.47%   +0.05%     
==========================================
  Files          15       15              
  Lines        3917     3919       +2     
==========================================
+ Hits         3777     3781       +4     
+ Misses        140      138       -2     
Impacted Files Coverage Δ
src/parse_stream.jl 96.32% <100.00%> (+0.43%) :arrow_up:
src/parser.jl 98.25% <100.00%> (+<0.01%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.