JuliaGizmos / CSSUtil.jl

Other
11 stars 6 forks source link

Never render before render is explicitly called #7

Closed shashi closed 5 years ago

shashi commented 5 years ago

Introduces a Fallthrough instance type for Node which accumulates props but forwards it to its only child when rendered.

Also fixed a problem with a const and precompilation.

codecov-io commented 5 years ago

Codecov Report

Merging #7 into master will decrease coverage by 70.59%. The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   94.73%   24.13%   -70.6%     
==========================================
  Files           3        4       +1     
  Lines          19       87      +68     
==========================================
+ Hits           18       21       +3     
- Misses          1       66      +65
Impacted Files Coverage Δ
src/CSSUtil.jl 50% <33.33%> (-33.34%) :arrow_down:
src/layout.jl 23.07% <50%> (-76.93%) :arrow_down:
src/theme.jl 43.75% <0%> (-56.25%) :arrow_down:
src/markdown.jl 0% <0%> (ø)

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 b8aa497...c24d248. Read the comment docs.