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

fix(parser): Switch literal impl's from one_of to literal #464

Merged
merged 2 commits into from
Feb 7, 2024

fix(parser)!: Switch u8 from one_of to literal

502a36f
Select commit
Loading
Failed to load commit list.
Merged

fix(parser): Switch literal impl's from one_of to literal #464

fix(parser)!: Switch u8 from one_of to literal
502a36f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 7, 2024 in 0s

42.57% (-0.04%) compared to 3373ba1

View this Pull Request on Codecov

42.57% (-0.04%) compared to 3373ba1

Details

Codecov Report

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

Comparison is base (3373ba1) 42.60% compared to head (502a36f) 42.57%.

Files Patch % Lines
src/ascii/mod.rs 0.00% 2 Missing ⚠️
src/parser.rs 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #464      +/-   ##
==========================================
- Coverage   42.60%   42.57%   -0.04%     
==========================================
  Files          18       18              
  Lines        3089     3089              
==========================================
- Hits         1316     1315       -1     
- Misses       1773     1774       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.