Skip to content

Improve logging in auth flows#348

Merged
cicnavi merged 1 commit into
wip-version-7from
wip-version-7-logging
Jun 30, 2026
Merged

Improve logging in auth flows#348
cicnavi merged 1 commit into
wip-version-7from
wip-version-7-logging

WIP

57e5e20
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 30, 2026 in 1s

55.29% (-0.27%) compared to 1f1eeda

View this Pull Request on Codecov

55.29% (-0.27%) compared to 1f1eeda

Details

Codecov Report

❌ Patch coverage is 35.40856% with 166 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.29%. Comparing base (1f1eeda) to head (57e5e20).

Files with missing lines Patch % Lines
src/Server/Grants/AuthCodeGrant.php 0.00% 96 Missing ⚠️
src/Server/Grants/RefreshTokenGrant.php 10.71% 25 Missing ⚠️
src/Server/Grants/ImplicitGrant.php 31.57% 13 Missing ⚠️
src/Server/RequestRules/Rules/CodeVerifierRule.php 0.00% 6 Missing ⚠️
src/Server/RequestRules/Rules/PromptRule.php 0.00% 6 Missing ⚠️
...rc/Server/RequestRules/Rules/CodeChallengeRule.php 57.14% 3 Missing ⚠️
src/Server/RequestRules/Rules/MaxAgeRule.php 0.00% 3 Missing ⚠️
...r/RequestRules/Rules/PostLogoutRedirectUriRule.php 57.14% 3 Missing ⚠️
...rc/Server/RequestRules/Rules/RequestObjectRule.php 85.71% 3 Missing ⚠️
src/Services/ErrorResponder.php 88.46% 3 Missing ⚠️
... and 4 more
Additional details and impacted files
@@                 Coverage Diff                 @@
##             wip-version-7     #348      +/-   ##
===================================================
- Coverage            55.55%   55.29%   -0.27%     
- Complexity            2584     2593       +9     
===================================================
  Files                  179      179              
  Lines                10029    10282     +253     
===================================================
+ Hits                  5572     5685     +113     
- Misses                4457     4597     +140     

☔ View full report in Codecov by Harness.
📢 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.