JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
830 stars 96 forks source link

refactor document writing #374

Closed aviatesk closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #374 into master will increase coverage by 0.20%. The diff coverage is 28.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #374      +/-   ##
==========================================
+ Coverage   69.46%   69.67%   +0.20%     
==========================================
  Files          23       25       +2     
  Lines        1261     1253       -8     
==========================================
- Hits          876      873       -3     
+ Misses        385      380       -5     
Flag Coverage Δ
#unittests 69.67% <28.28%> (+0.20%) :arrow_up:
Impacted Files Coverage Δ
src/writer/latex.jl 0.00% <0.00%> (ø)
src/writer/pandoc.jl 0.00% <0.00%> (ø)
src/rendering/htmlformats.jl 72.72% <44.44%> (-6.12%) :arrow_down:
src/rendering/markdownformats.jl 81.15% <50.00%> (-2.18%) :arrow_down:
src/rendering/texformats.jl 64.94% <55.00%> (-2.80%) :arrow_down:
src/rendering/common.jl 78.75% <66.66%> (ø)
src/Weave.jl 47.61% <100.00%> (+1.61%) :arrow_up:
src/rendering/rendering.jl 88.88% <100.00%> (ø)
src/writer/writer.jl 100.00% <100.00%> (ø)
... and 2 more

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 db5308b...7e9c4fb. Read the comment docs.