anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

Nested cache access #173

Closed anp closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #173 into main will increase coverage by 0.40%. The diff coverage is 66.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #173      +/-   ##
==========================================
+ Coverage   27.76%   28.16%   +0.40%     
==========================================
  Files          47       47              
  Lines       10899    11234     +335     
  Branches     5899     6003     +104     
==========================================
+ Hits         3026     3164     +138     
- Misses       5837     6007     +170     
- Partials     2036     2063      +27     
Impacted Files Coverage Δ
dom/src/lib.rs 22.22% <ø> (ø)
dyn-cache/src/lib.rs 72.72% <40.00%> (-7.28%) :arrow_down:
dyn-cache/src/definition.rs 45.25% <47.50%> (-1.77%) :arrow_down:
dyn-cache/src/namespace.rs 23.88% <62.16%> (+4.01%) :arrow_up:
dyn-cache/src/dep_node.rs 70.90% <71.96%> (-10.91%) :arrow_down:
dyn-cache/src/cache_cell.rs 78.78% <88.88%> (+14.08%) :arrow_up:
topo/src/slot.rs 67.39% <0.00%> (-3.72%) :arrow_down:
dom/src/macros.rs 9.14% <0.00%> (-1.95%) :arrow_down:
mox/impl/src/lib.rs 47.28% <0.00%> (-0.37%) :arrow_down:
ofl/src/server.rs 2.45% <0.00%> (-0.16%) :arrow_down:
... and 11 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 b612323...b5e26de. Read the comment docs.