Skip to content

Simplify list parser

Codecov / codecov/project failed Sep 25, 2024 in 1s

92.2% (-7.6%) compared to 2bb2698

View this Pull Request on Codecov

92.2% (-7.6%) compared to 2bb2698

Details

Codecov Report

Attention: Patch coverage is 94.76596% with 123 lines in your changes missing coverage. Please review.

Project coverage is 92.2%. Comparing base (2bb2698) to head (5277e08).

Files with missing lines Patch % Lines
src/parser/list.rs 91.9% 24 Missing ⚠️
src/nodes/highlight.rs 12.5% 14 Missing ⚠️
src/parser/mod.rs 89.7% 12 Missing ⚠️
src/nodes/list.rs 16.6% 10 Missing ⚠️
src/nodes/images.rs 27.2% 8 Missing ⚠️
src/nodes/paragraph.rs 53.3% 7 Missing ⚠️
src/parser/heading.rs 94.5% 7 Missing ⚠️
src/parser/yamd.rs 95.5% 7 Missing ⚠️
src/nodes/bold.rs 42.8% 4 Missing ⚠️
src/nodes/code_span.rs 42.8% 4 Missing ⚠️
... and 15 more
Additional details and impacted files
Files with missing lines Coverage Δ
src/lexer/mod.rs 100.0% <100.0%> (ø)
src/lib.rs 100.0% <100.0%> (ø)
src/nodes/code.rs 66.6% <ø> (-33.4%) ⬇️
src/nodes/embed.rs 66.6% <100.0%> (-33.4%) ⬇️
src/nodes/image.rs 66.6% <ø> (-33.4%) ⬇️
src/parser/anchor.rs 100.0% <100.0%> (ø)
src/parser/code_span.rs 100.0% <100.0%> (ø)
src/parser/highlight.rs 100.0% <100.0%> (ø)
src/parser/image.rs 100.0% <100.0%> (ø)
src/parser/italic.rs 100.0% <100.0%> (ø)
... and 26 more