FluxML / MacroTools.jl

MacroTools provides a library of tools for working with Julia code and expressions.
https://fluxml.ai/MacroTools.jl/stable/
Other
308 stars 77 forks source link

Remove code for Julia <= 0.7 #176

Closed fingolfin closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #176 (ad43b61) into master (41d8f61) will increase coverage by 0.72%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
+ Coverage   72.83%   73.56%   +0.72%     
==========================================
  Files           9        9              
  Lines         405      401       -4     
==========================================
  Hits          295      295              
+ Misses        110      106       -4     
Impacted Files Coverage Δ
src/structdef.jl 85.10% <50.00%> (ø)
src/utils.jl 63.85% <66.66%> (+0.76%) :arrow_up:
src/match/macro.jl 97.87% <100.00%> (+3.99%) :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 41d8f61...ad43b61. Read the comment docs.

cstjean commented 2 years ago

👍