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: Add location information to lexed tokens and expand filter error messages to take advantage of it #40

Merged
merged 4 commits into from
Aug 7, 2024

test: Add tests for gathering location information from multi-line qu…

dfac53b
Select commit
Loading
Failed to load commit list.
Merged

feat: Add location information to lexed tokens and expand filter error messages to take advantage of it #40

test: Add tests for gathering location information from multi-line qu…
dfac53b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 7, 2024 in 1s

62.34% (-0.28%) compared to e0dee24

View this Pull Request on Codecov

62.34% (-0.28%) compared to e0dee24

Details

Codecov Report

Attention: Patch coverage is 71.10092% with 63 lines in your changes missing coverage. Please review.

Project coverage is 62.34%. Comparing base (e0dee24) to head (dfac53b).

Files Patch % Lines
src/filter/token.rs 6.81% 41 Missing ⚠️
src/filter/lexer.rs 90.24% 12 Missing ⚠️
src/filter/parser.rs 67.74% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   62.62%   62.34%   -0.28%     
==========================================
  Files          22       23       +1     
  Lines        1846     1904      +58     
==========================================
+ Hits         1156     1187      +31     
- Misses        690      717      +27     

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