mts-ai / FastAPI-JSONAPI

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

Fix JOINS by rerlationships #78

Closed CosmoV closed 9 months ago

CosmoV commented 9 months ago

Closes #77

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (7e2514e) 77.09% compared to head (f076c45) 77.28%. Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/78/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/78?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 #78 +/- ## ========================================== + Coverage 77.09% 77.28% +0.19% ========================================== Files 40 40 Lines 2449 2457 +8 Branches 358 359 +1 ========================================== + Hits 1888 1899 +11 + Misses 489 487 -2 + Partials 72 71 -1 ``` | [Flag](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/78/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/78/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai) | `77.28% <100.00%> (+0.19%)` | :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/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai) | Coverage Δ | | |---|---|---| | [...astapi\_jsonapi/data\_layers/filtering/sqlalchemy.py](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai#diff-ZmFzdGFwaV9qc29uYXBpL2RhdGFfbGF5ZXJzL2ZpbHRlcmluZy9zcWxhbGNoZW15LnB5) | `83.63% <100.00%> (+0.45%)` | :arrow_up: | | [fastapi\_jsonapi/schema.py](https://app.codecov.io/gh/mts-ai/FastAPI-JSONAPI/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mts-ai#diff-ZmFzdGFwaV9qc29uYXBpL3NjaGVtYS5weQ==) | `84.84% <100.00%> (+5.16%)` | :arrow_up: |