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 between operation #6

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

arnaud-thorel-of
Copy link
Contributor

Adding Between operator, and rangeMapper and validators

@arnaud-thorel-of arnaud-thorel-of linked an issue Apr 5, 2024 that may be closed by this pull request
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 83.59%. Comparing base (8118f13) to head (f1cf13b).
Report is 2 commits behind head on main.

Files Patch % Lines
...dsl/service/validators/impl/HasRangeValidator.java 0.00% 3 Missing ⚠️
.../java/fr/ouestfrance/querydsl/FilterOperation.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main       #6      +/-   ##
============================================
- Coverage     86.29%   83.59%   -2.70%     
  Complexity       63       63              
============================================
  Files            14       15       +1     
  Lines           124      128       +4     
  Branches          8        8              
============================================
  Hits            107      107              
- Misses           15       19       +4     
  Partials          2        2              

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

@arnaud-thorel-of arnaud-thorel-of merged commit cf0a872 into main Apr 5, 2024
3 of 5 checks passed
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.

Add between and range types for querydsl
1 participant