igorbenav / fastcrud

FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.
MIT License
530 stars 32 forks source link

Join fixes #69

Closed igorbenav closed 1 month ago

igorbenav commented 1 month ago

Not done, but this will fix #64, #65 and #66

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (5e45aee) to head (9ef2e26). Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #69 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 64 64 Lines 4282 4956 +674 ========================================== + Hits 4282 4956 +674 ```

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

igorbenav commented 1 month ago

closes #64, #65, #66