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

docs(examples): Expand on lexing vs parsing #754

Merged
merged 11 commits into from
Feb 28, 2025
Merged

docs(examples): Expand on lexing vs parsing #754

merged 11 commits into from
Feb 28, 2025

Conversation

epage
Copy link
Collaborator

@epage epage commented Feb 28, 2025

This doesn't do location stuff yet but hopefully this can help.

@coveralls
Copy link

coveralls commented Feb 28, 2025

Pull Request Test Coverage Report for Build 13595944706

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.4%) to 40.983%

Files with Coverage Reduction New Missed Lines %
src/parser.rs 1 45.75%
Totals Coverage Status
Change from base Build 13469357741: 0.4%
Covered Lines: 1343
Relevant Lines: 3277

💛 - Coveralls

Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.98%. Comparing base (70e1f43) to head (ab9830d).
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #754      +/-   ##
==========================================
+ Coverage   40.53%   40.98%   +0.44%     
==========================================
  Files          25       25              
  Lines        3276     3277       +1     
==========================================
+ Hits         1328     1343      +15     
+ Misses       1948     1934      -14     

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

@epage epage merged commit a6e7c9b into winnow-rs:main Feb 28, 2025
18 checks passed
@epage epage deleted the lex branch February 28, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants