anp / moxie

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

[mox] Remove topo dependency. #241

Closed anp closed 3 years ago

anp commented 3 years ago

Resolves #199.

codecov[bot] commented 3 years ago

Codecov Report

Merging #241 (79757a8) into main (0321707) will decrease coverage by 0.18%. The diff coverage is 86.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #241      +/-   ##
==========================================
- Coverage   50.20%   50.01%   -0.19%     
==========================================
  Files          47       46       -1     
  Lines        8232     8235       +3     
==========================================
- Hits         4133     4119      -14     
- Misses       4099     4116      +17     
Impacted Files Coverage Δ
mox/src/lib.rs 86.47% <86.39%> (-13.53%) :arrow_down:
dom/src/cached_node.rs 78.26% <100.00%> (+0.48%) :arrow_up:
dom/src/interfaces/element.rs 100.00% <100.00%> (ø)
mox/tests/derive_builder.rs 92.30% <0.00%> (-3.99%) :arrow_down:
src/runtime.rs 36.23% <0.00%> (-3.27%) :arrow_down:
dom/examples/ssr/src/main.rs 88.05% <0.00%> (+1.17%) :arrow_up:
dom/src/lib.rs 10.00% <0.00%> (+1.66%) :arrow_up:
mox/tests/simple_builder.rs 100.00% <0.00%> (+10.71%) :arrow_up:

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 0321707...79757a8. Read the comment docs.