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: remove spring security #1962

Merged
merged 4 commits into from
Jan 15, 2025

refactor: remove spring security - skip redirect after first sign-on

0288955
Select commit
Loading
Failed to load commit list.
Merged

refactor: remove spring security #1962

refactor: remove spring security - skip redirect after first sign-on
0288955
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2025 in 0s

16.05% (+0.09%) compared to 3beea4b

View this Pull Request on Codecov

16.05% (+0.09%) compared to 3beea4b

Details

Codecov Report

Attention: Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 16.05%. Comparing base (3beea4b) to head (0288955).

Files with missing lines Patch % Lines
src/main/java/ai/elimu/web/SignOutController.java 40.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1962      +/-   ##
============================================
+ Coverage     15.96%   16.05%   +0.09%     
- Complexity      482      483       +1     
============================================
  Files           257      257              
  Lines          7856     7824      -32     
  Branches        809      804       -5     
============================================
+ Hits           1254     1256       +2     
+ Misses         6552     6518      -34     
  Partials         50       50              

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