Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt at defining honk runtime #217

Open
wants to merge 73 commits into
base: main
Choose a base branch
from
Open

Attempt at defining honk runtime #217

wants to merge 73 commits into from

Conversation

anp
Copy link
Owner

@anp anp commented Dec 6, 2020

No description provided.

@codecov
Copy link

codecov bot commented Mar 21, 2021

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%) ⬇️
mox/tests/derive_builder.rs 91.30% <0.00%> (-1.01%) ⬇️
dom/src/text.rs 18.60% <0.00%> (-0.91%) ⬇️
dom/examples/todo/src/input.rs 28.32% <0.00%> (-0.50%) ⬇️
dom/src/macros.rs 83.33% <0.00%> (-0.25%) ⬇️
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.

anp added 28 commits April 4, 2021 16:12
allows running shell commands during configuration (muahaha)

this will require a lot of effort to make efficient later.
(there is no option to allow them to fail yet)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant