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

feat(token): Add Caseless for tags #374

Merged
merged 2 commits into from
Dec 4, 2023
Merged

feat(token): Add Caseless for tags #374

merged 2 commits into from
Dec 4, 2023

Conversation

epage
Copy link
Collaborator

@epage epage commented Dec 4, 2023

Fixes #293

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7091363108

  • 8 of 36 (22.22%) changed or added relevant lines in 2 files are covered.
  • 6 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.2%) to 44.114%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser.rs 0 6 0.0%
src/stream/mod.rs 8 30 26.67%
Files with Coverage Reduction New Missed Lines %
src/parser.rs 1 35.82%
src/token/mod.rs 1 85.43%
src/stream/mod.rs 4 30.01%
Totals Coverage Status
Change from base Build 6758396729: -0.2%
Covered Lines: 1218
Relevant Lines: 2761

💛 - Coveralls

@epage epage merged commit 607ace1 into winnow-rs:main Dec 4, 2023
15 checks passed
@epage epage deleted the case branch December 4, 2023 19:14
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.

Generalize tag_no_case
2 participants