igorbenav / fastcrud

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

new tests for get_items paginated, coverage at 100% #114

Closed igorbenav closed 4 months ago

igorbenav commented 4 months ago

The new tests should completely replace the previous ones when read_paginated endpoint is deprecated

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (fd20036) to head (944a6de).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #114 +/- ## =========================================== + Coverage 99.94% 100.00% +0.05% =========================================== Files 70 70 Lines 5704 5814 +110 =========================================== + Hits 5701 5814 +113 + Misses 3 0 -3 ```

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