JuliaDocs / DemoCards.jl

Let's focus on writing demos
MIT License
66 stars 14 forks source link

Avoid unnecessarily re-read of config files #68

Closed johnnychen94 closed 4 years ago

johnnychen94 commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #68 into master will decrease coverage by 0.54%. The diff coverage is 89.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   91.46%   90.92%   -0.55%     
==========================================
  Files          14       14              
  Lines         715      727      +12     
==========================================
+ Hits          654      661       +7     
- Misses         61       66       +5     
Impacted Files Coverage Δ
src/utils.jl 96.24% <ø> (-0.09%) :arrow_down:
src/types/page.jl 90.90% <73.68%> (-5.35%) :arrow_down:
src/types/card.jl 96.61% <100.00%> (+0.11%) :arrow_up:
src/types/julia.jl 95.58% <100.00%> (+0.06%) :arrow_up:
src/types/markdown.jl 100.00% <100.00%> (ø)
src/types/section.jl 97.77% <100.00%> (+0.15%) :arrow_up:
src/generate.jl 81.66% <0.00%> (ø)

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 6d7449b...fc1141d. Read the comment docs.

johnnychen94 commented 4 years ago

This is the last functionality changes that I have in mind for a new version. I'll update the docs today and make a new release.