johnnychen94 / LazyModules.jl

No, no, not now
MIT License
21 stars 2 forks source link

feat: add require function #6

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

@CarloLucibello I believe we don't need a new macro, just a small function to check if the required package is loaded.

closes #1

codecov[bot] commented 2 years ago

Codecov Report

Merging #6 (8fcf893) into master (9685f28) will increase coverage by 3.51%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   62.33%   65.85%   +3.51%     
==========================================
  Files           1        1              
  Lines          77       82       +5     
==========================================
+ Hits           48       54       +6     
+ Misses         29       28       -1     
Impacted Files Coverage Δ
src/LazyModules.jl 65.85% <100.00%> (+3.51%) :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 9685f28...8fcf893. Read the comment docs.