anp / moxie

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

Fix dom attributes #247

Closed anp closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #247 (f8c6a7c) into main (d04056a) will decrease coverage by 8.81%. The diff coverage is 59.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #247      +/-   ##
==========================================
- Coverage   49.34%   40.53%   -8.82%     
==========================================
  Files          46       46              
  Lines        8420     8538     +118     
==========================================
- Hits         4155     3461     -694     
- Misses       4265     5077     +812     
Impacted Files Coverage Δ
dom/src/macros.rs 55.44% <ø> (-10.82%) :arrow_down:
mox/src/lib.rs 86.47% <ø> (ø)
dom/src/cached_node.rs 69.56% <59.25%> (-8.70%) :arrow_down:
src/lib.rs 40.36% <0.00%> (-18.06%) :arrow_down:
dom/examples/todo/src/item.rs 19.21% <0.00%> (-14.96%) :arrow_down:
src/runtime.rs 40.23% <0.00%> (-0.34%) :arrow_down:
dom/src/embed.rs 81.08% <0.00%> (ø)
dom/examples/todo/src/input.rs 28.74% <0.00%> (+1.19%) :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 d04056a...f8c6a7c. Read the comment docs.