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

Track logged-in user and change password #913

Merged
merged 13 commits into from
Jan 30, 2025

Merge branch 'main' into change-password

fd87900
Select commit
Loading
Failed to load commit list.
Merged

Track logged-in user and change password #913

Merge branch 'main' into change-password
fd87900
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2025 in 0s

86.66% (+1.05%) compared to 9cb7092

View this Pull Request on Codecov

86.66% (+1.05%) compared to 9cb7092

Details

Codecov Report

Attention: Patch coverage is 92.24806% with 30 lines in your changes missing coverage. Please review.

Project coverage is 86.66%. Comparing base (9cb7092) to head (fd87900).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
backend/src/authentication/mod.rs 88.88% 5 Missing and 2 partials ⚠️
...t/form/user/change_password/ChangePasswordForm.tsx 94.69% 6 Missing ⚠️
frontend/lib/api/useUser.ts 33.33% 6 Missing ⚠️
backend/src/authentication/user.rs 93.33% 1 Missing and 1 partial ⚠️
frontend/app/module/DevHomePage.tsx 0.00% 2 Missing ⚠️
frontend/lib/api/ApiProvider.tsx 90.47% 2 Missing ⚠️
frontend/lib/api/useApiState.ts 77.77% 2 Missing ⚠️
frontend/lib/api/useSessionState.ts 92.85% 2 Missing ⚠️
backend/src/error.rs 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #913      +/-   ##
==========================================
+ Coverage   85.61%   86.66%   +1.05%     
==========================================
  Files         225      263      +38     
  Lines        8933    13480    +4547     
  Branches     1147     1297     +150     
==========================================
+ Hits         7648    11683    +4035     
- Misses       1285     1703     +418     
- Partials        0       94      +94     

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