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

801 adding filtering and sorting options to listing user profiles endpoint #805

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

feat: [#801] new service error for invalid user listing

e462f94
Select commit
Loading
Failed to load commit list.
Draft

801 adding filtering and sorting options to listing user profiles endpoint #805

feat: [#801] new service error for invalid user listing
e462f94
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 26, 2025 in 0s

47.72% (-0.73%) compared to 1c1002d

View this Pull Request on Codecov

47.72% (-0.73%) compared to 1c1002d

Details

Codecov Report

Attention: Patch coverage is 0% with 136 lines in your changes missing coverage. Please review.

Project coverage is 47.72%. Comparing base (1c1002d) to head (e462f94).

Files with missing lines Patch % Lines
src/databases/mysql.rs 0.00% 58 Missing ⚠️
src/databases/sqlite.rs 0.00% 58 Missing ⚠️
src/services/user.rs 0.00% 19 Missing ⚠️
src/errors.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #805      +/-   ##
===========================================
- Coverage    48.45%   47.72%   -0.73%     
===========================================
  Files          111      111              
  Lines         8427     8555     +128     
  Branches      8427     8555     +128     
===========================================
  Hits          4083     4083              
- Misses        4206     4334     +128     
  Partials       138      138              

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