jdrouet / mrml

Implementation of mjml in rust
MIT License
336 stars 21 forks source link

feat: implement an async parser #338

Closed jdrouet closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Attention: 80 lines in your changes are missing coverage. Please review.

Comparison is base (5fe4e31) 93.27% compared to head (eb9eaa8) 92.33%. Report is 1 commits behind head on main.

Files Patch % Lines
...ges/mrml-wasm/src/parser/reqwest_include_loader.rs 0.00% 30 Missing :warning:
packages/mrml-core/src/lib.rs 63.15% 7 Missing :warning:
packages/mrml-core/src/mj_body/parse.rs 94.73% 7 Missing :warning:
packages/mrml-core/src/mj_head/parse.rs 93.50% 5 Missing :warning:
packages/mrml-core/src/mjml/parse.rs 95.55% 4 Missing :warning:
packages/mrml-wasm/src/parser/mod.rs 0.00% 4 Missing :warning:
packages/mrml-core/src/mj_include/body/parse.rs 98.07% 3 Missing :warning:
packages/mrml-core/src/mj_include/head/parse.rs 97.76% 3 Missing :warning:
...ckages/mrml-core/src/prelude/parser/http_loader.rs 0.00% 3 Missing :warning:
...kages/mrml-core/src/prelude/parser/local_loader.rs 0.00% 3 Missing :warning:
... and 7 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #338 +/- ## ========================================== - Coverage 93.27% 92.33% -0.94% ========================================== Files 231 232 +1 Lines 12244 11721 -523 ========================================== - Hits 11421 10823 -598 - Misses 823 898 +75 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.