anp / moxie

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

Attempt at defining honk runtime #217

Open anp opened 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #217 (eba5a14) into main (4d3cd85) will increase coverage by 6.28%. The diff coverage is 28.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #217      +/-   ##
==========================================
+ Coverage   42.14%   48.42%   +6.28%     
==========================================
  Files          46       50       +4     
  Lines        8215     8816     +601     
==========================================
+ Hits         3462     4269     +807     
+ Misses       4753     4547     -206     
Impacted Files Coverage Δ
ofl/src/format.rs 4.83% <0.00%> (ø)
honk/src/error.rs 6.14% <13.95%> (ø)
honk/src/state.rs 100.00% <100.00%> (ø)
dom/src/cached_node.rs 69.56% <0.00%> (-1.45%) :arrow_down:
mox/tests/derive_builder.rs 91.30% <0.00%> (-1.01%) :arrow_down:
dom/src/text.rs 18.60% <0.00%> (-0.91%) :arrow_down:
dom/examples/todo/src/input.rs 28.32% <0.00%> (-0.50%) :arrow_down:
dom/src/macros.rs 83.33% <0.00%> (-0.25%) :arrow_down:
ofl/src/server.rs 0.00% <0.00%> (ø)
dom/src/interfaces/node.rs 100.00% <0.00%> (ø)
... and 10 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 4d3cd85...eba5a14. Read the comment docs.