mts-ai / FastAPI-JSONAPI

JSON:API for FastAPI
https://mts-ai.github.io/FastAPI-JSONAPI/
MIT License
105 stars 9 forks source link

Fix custom sql filtering support: bring back backward compatibility #74

Closed mahenzon closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (0d716a4) 76.95% compared to head (c918b5f) 77.09%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/74/graphs/tree.svg?width=650&height=150&src=pr&token=6K39IP2L0Z&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai)](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai) ```diff @@ Coverage Diff @@ ## main #74 +/- ## ========================================== + Coverage 76.95% 77.09% +0.14% ========================================== Files 40 40 Lines 2434 2449 +15 Branches 356 358 +2 ========================================== + Hits 1873 1888 +15 - Misses 488 489 +1 + Partials 73 72 -1 ``` | [Flag](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/74/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/74/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai) | `77.09% <80.00%> (+0.14%)` | :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=mts-ai#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai) | Coverage Δ | | |---|---|---| | [fastapi\_jsonapi/\_\_init\_\_.py](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai#diff-ZmFzdGFwaV9qc29uYXBpL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [...astapi\_jsonapi/data\_layers/filtering/sqlalchemy.py](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai#diff-ZmFzdGFwaV9qc29uYXBpL2RhdGFfbGF5ZXJzL2ZpbHRlcmluZy9zcWxhbGNoZW15LnB5) | `83.17% <79.06%> (+1.17%)` | :arrow_up: |