hkulekci / qdrant-php

Qdrant is a vector similarity engine & vector database. It deploys as an API service providing search for the nearest high-dimensional vectors. With Qdrant, embeddings or neural network encoders can be turned into full-fledged applications for matching, searching, recommending, and much more!
MIT License
93 stars 21 forks source link

ServerException changed as extending RuntimeException. And test impro… #40

Closed hkulekci closed 11 months ago

hkulekci commented 11 months ago

…ved for response class.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0d6c4fe) 90.67% compared to head (76f1df1) 91.56%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #40 +/- ## ============================================ + Coverage 90.67% 91.56% +0.89% + Complexity 315 311 -4 ============================================ Files 62 62 Lines 1008 1008 ============================================ + Hits 914 923 +9 + Misses 94 85 -9 ``` | [Flag](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/40/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/40/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0) | `91.56% <100.00%> (+0.89%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0) | Coverage Δ | | |---|---|---| | [src/Exception/ServerException.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0#diff-c3JjL0V4Y2VwdGlvbi9TZXJ2ZXJFeGNlcHRpb24ucGhw) | `60.00% <ø> (+60.00%)` | :arrow_up: | | [src/Http/GuzzleClient.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0#diff-c3JjL0h0dHAvR3V6emxlQ2xpZW50LnBocA==) | `96.00% <100.00%> (+24.57%)` | :arrow_up: | | [src/Response.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0#diff-c3JjL1Jlc3BvbnNlLnBocA==) | `62.50% <ø> (-2.50%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.