Switch lexer to byte based scanning - #105
Merged
Merged
Codecov / codecov/project
succeeded
Sep 19, 2026 in 0s
99.6% (-0.1%) compared to 5fbf890
View this Pull Request on Codecov
99.6% (-0.1%) compared to 5fbf890
Details
Codecov Report
❌ Patch coverage is 99.34641% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.6%. Comparing base (5fbf890) to head (f6dc475).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/lexer/mod.rs | 99.5% | 1 Missing |
| src/op/mod.rs | 97.8% | 1 Missing |
Additional details and impacted files
| Files with missing lines | Coverage Δ | |
|---|---|---|
| src/lexer/token.rs | 100.0% <100.0%> (ø) |
|
| src/op/anchor.rs | 100.0% <100.0%> (ø) |
|
| src/op/bold.rs | 100.0% <100.0%> (ø) |
|
| src/op/code.rs | 100.0% <100.0%> (ø) |
|
| src/op/code_span.rs | 100.0% <100.0%> (ø) |
|
| src/op/collapsible.rs | 100.0% <100.0%> (ø) |
|
| src/op/embed.rs | 100.0% <100.0%> (ø) |
|
| src/op/emphasis.rs | 100.0% <100.0%> (ø) |
|
| src/op/heading.rs | 100.0% <100.0%> (ø) |
|
| src/op/highlight.rs | 100.0% <100.0%> (ø) |
|
| ... and 10 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading