Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(api): enforce fetch results to be ordered by ID #426

Merged
merged 1 commit into from
Feb 10, 2025

fix(api): enforce order by ID in fetch

6475624
Select commit
Loading
Failed to load commit list.
Merged

refactor(api): enforce fetch results to be ordered by ID #426

fix(api): enforce order by ID in fetch
6475624
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 10, 2025 in 0s

85.23% (+0.00%) compared to d70b389

View this Pull Request on Codecov

85.23% (+0.00%) compared to d70b389

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.23%. Comparing base (d70b389) to head (6475624).

Files with missing lines Patch % Lines
src/app/api/api_v1/endpoints/detections.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #426   +/-   ##
=======================================
  Coverage   85.23%   85.23%           
=======================================
  Files          38       38           
  Lines        1097     1097           
=======================================
  Hits          935      935           
  Misses        162      162           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.