simonster / Reexport.jl

Julia macro for re-exporting one module from another
Other
161 stars 19 forks source link

Export deprecated bindings #29

Closed ararslan closed 3 years ago

ararslan commented 3 years ago

Fixes #28.

codecov-commenter commented 3 years ago

Codecov Report

Merging #29 (687d74a) into master (8153997) will increase coverage by 1.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   84.61%   85.71%   +1.09%     
==========================================
  Files           1        1              
  Lines          13       14       +1     
==========================================
+ Hits           11       12       +1     
  Misses          2        2              
Impacted Files Coverage Δ
src/Reexport.jl 85.71% <100.00%> (+1.09%) :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 8153997...687d74a. Read the comment docs.

johnnychen94 commented 3 years ago

I know this package does not support the JuliaRegistrator so it's quite inconvenient. Still, may I ask for a version bump after this PR? It would be very much helpful to early adopt this patch to the ecosystem.