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

Refactor query builders #31

Merged
merged 1 commit into from
Oct 10, 2024

Refactor query builders

bb5a106
Select commit
Loading
Failed to load commit list.
Merged

Refactor query builders #31

Refactor query builders
bb5a106
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 10, 2024 in 1s

32.24% (-0.06%) compared to b8549ad

View this Pull Request on Codecov

32.24% (-0.06%) compared to b8549ad

Details

Codecov Report

Attention: Patch coverage is 4.34783% with 44 lines in your changes missing coverage. Please review.

Project coverage is 32.24%. Comparing base (b8549ad) to head (bb5a106).

Files with missing lines Patch % Lines
src/Meilisearch/Query/MultiSearchBuilder.php 0.00% 31 Missing ⚠️
src/Config/Index.php 0.00% 6 Missing ⚠️
src/Meilisearch/Query/SearchQueryBuilder.php 0.00% 6 Missing ⚠️
src/Engine/SearchEngine.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #31      +/-   ##
============================================
- Coverage     32.29%   32.24%   -0.06%     
- Complexity      526      529       +3     
============================================
  Files           112      111       -1     
  Lines          1762     1771       +9     
============================================
+ Hits            569      571       +2     
- Misses         1193     1200       +7     

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