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

Allow CompositeAuth auth methods to use their own user if defined #20308

Merged
merged 3 commits into from
Jan 14, 2025

Add a changelog

e9f7a54
Select commit
Loading
Failed to load commit list.
Merged

Allow CompositeAuth auth methods to use their own user if defined #20308

Add a changelog
e9f7a54
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 1s

64.84% (-0.01%) compared to fd866da, passed because coverage increased by 0% when compared to adjusted base (64.84%)

View this Pull Request on Codecov

64.84% (-0.01%) compared to fd866da, passed because coverage increased by 0% when compared to adjusted base (64.84%)

Details

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 64.84%. Comparing base (fd866da) to head (e9f7a54).

Files with missing lines Patch % Lines
framework/filters/auth/CompositeAuth.php 60.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #20308      +/-   ##
============================================
- Coverage     64.84%   64.84%   -0.01%     
- Complexity    11424    11427       +3     
============================================
  Files           431      431              
  Lines         37172    37177       +5     
============================================
+ Hits          24106    24109       +3     
- Misses        13066    13068       +2     

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