JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

Support `@constprop` #752

Closed timholy closed 2 years ago

timholy commented 2 years ago

xref https://github.com/JuliaLang/julia/pull/42125

codecov[bot] commented 2 years ago

Codecov Report

Merging #752 (12ffcdc) into master (6e04e3a) will increase coverage by 0.17%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #752      +/-   ##
==========================================
+ Coverage   78.88%   79.06%   +0.17%     
==========================================
  Files           4        4              
  Lines         592      597       +5     
==========================================
+ Hits          467      472       +5     
  Misses        125      125              
Impacted Files Coverage Δ
src/Compat.jl 79.11% <100.00%> (+0.20%) :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 6e04e3a...12ffcdc. Read the comment docs.

timholy commented 2 years ago

Thanks @aviatesk !