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

Lexer and friends #61

Merged
merged 37 commits into from
Sep 28, 2024

try_range coverage

eee3666
Select commit
Loading
Failed to load commit list.
Merged

Lexer and friends #61

try_range coverage
eee3666
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 28, 2024 in 0s

100.0% (+0.1%) compared to 2bb2698

View this Pull Request on Codecov

100.0% (+0.1%) compared to 2bb2698

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.0%. Comparing base (2bb2698) to head (eee3666).

Additional details and impacted files
Files with missing lines Coverage Δ
src/lexer/mod.rs 100.0% <100.0%> (ø)
src/lexer/token.rs 100.0% <100.0%> (ø)
src/lib.rs 100.0% <100.0%> (ø)
src/nodes/anchor.rs 100.0% <ø> (ø)
src/nodes/bold.rs 100.0% <100.0%> (+1.1%) ⬆️
src/nodes/code.rs 100.0% <ø> (ø)
src/nodes/code_span.rs 100.0% <100.0%> (ø)
src/nodes/collapsible.rs 100.0% <100.0%> (+0.4%) ⬆️
src/nodes/embed.rs 100.0% <100.0%> (ø)
src/nodes/heading.rs 100.0% <100.0%> (ø)
... and 26 more