anp / moxie

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

Nested queries #169

Closed anp closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #169 into main will decrease coverage by 0.42%. The diff coverage is 46.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #169      +/-   ##
==========================================
- Coverage   27.52%   27.10%   -0.43%     
==========================================
  Files          47       47              
  Lines       10981    11015      +34     
  Branches     5906     5922      +16     
==========================================
- Hits         3023     2986      -37     
- Misses       5955     6004      +49     
- Partials     2003     2025      +22     
Impacted Files Coverage Δ
illicit/src/lib.rs 58.33% <ø> (-0.70%) :arrow_down:
ofl/src/server.rs 2.60% <0.00%> (ø)
topo/src/lib.rs 66.02% <ø> (ø)
src/runtime/context.rs 27.69% <23.07%> (ø)
dyn-cache/src/definition.rs 38.37% <38.37%> (-8.65%) :arrow_down:
dyn-cache/src/namespace.rs 19.87% <50.87%> (ø)
topo/src/slot.rs 71.11% <63.63%> (ø)
dyn-cache/src/cache_cell.rs 64.70% <64.70%> (ø)
dyn-cache/src/lib.rs 80.00% <80.00%> (ø)
dyn-cache/src/dep_node.rs 81.81% <81.81%> (ø)
... and 8 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 c3fc40a...ddb71e9. Read the comment docs.

anp commented 4 years ago

ended up landing #171 ahead of this, going to open a new PR with the dependencies impl