Skip to content

Merge branch 'master' into oauth2

6ee7058
Select commit
Loading
Failed to load commit list.
Merged

Implement Google Oauth2 login + Account Linking #229

Merge branch 'master' into oauth2
6ee7058
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 29, 2025 in 0s

30.17% (-0.20%) compared to 4da49a1

View this Pull Request on Codecov

30.17% (-0.20%) compared to 4da49a1

Details

Codecov Report

Attention: Patch coverage is 16.37168% with 189 lines in your changes missing coverage. Please review.

Project coverage is 30.17%. Comparing base (4da49a1) to head (6ee7058).

Files with missing lines Patch % Lines
pointercrate-user-api/src/oauth.rs 0.00% 46 Missing ⚠️
pointercrate-user-api/src/pages.rs 6.12% 46 Missing ⚠️
pointercrate-user/src/auth/oauth/post.rs 0.00% 25 Missing ⚠️
pointercrate-user/src/auth/oauth/get.rs 0.00% 15 Missing ⚠️
pointercrate-core-pages/src/head.rs 0.00% 13 Missing ⚠️
pointercrate-user/src/auth/oauth/patch.rs 0.00% 9 Missing ⚠️
pointercrate-user/src/auth/patch.rs 18.18% 9 Missing ⚠️
pointercrate-user-pages/src/login.rs 0.00% 8 Missing ⚠️
pointercrate-user-pages/src/account/profile.rs 0.00% 6 Missing ⚠️
pointercrate-user/src/auth/oauth/mod.rs 33.33% 6 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
- Coverage   30.36%   30.17%   -0.20%     
==========================================
  Files         113      118       +5     
  Lines        8012     8126     +114     
==========================================
+ Hits         2433     2452      +19     
- Misses       5579     5674      +95     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.