Skip to content

Conversation

Wabri
Copy link
Member

@Wabri Wabri commented Sep 25, 2025

@Wabri Wabri self-assigned this Sep 25, 2025
@Wabri Wabri force-pushed the feat/178948/auth/openid branch from 5e6d07f to b19042f Compare September 26, 2025 16:29
@Wabri Wabri changed the title WIP Fully cover WebAPI::Auth::OpenID Sep 26, 2025
@Wabri Wabri force-pushed the feat/178948/auth/openid branch from b19042f to 30e0ec8 Compare September 26, 2025 16:37
@Wabri Wabri force-pushed the feat/178948/auth/openid branch from 30e0ec8 to 4c09f5e Compare September 26, 2025 16:53
@codecov
Copy link

codecov bot commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.26%. Comparing base (b88c0b4) to head (4c09f5e).
⚠️ Report is 68 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6773      +/-   ##
==========================================
+ Coverage   99.25%   99.26%   +0.01%     
==========================================
  Files         402      402              
  Lines       41278    41275       -3     
==========================================
+ Hits        40970    40972       +2     
+ Misses        308      303       -5     

☔ 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.

log_error("Claiming OpenID identity for URL '$url' failed: " . $csr->err);
return;
}
!defined $claimed_id and do { log_error("Claiming OpenID identity for URL '$url' failed: " . $csr->err); return; };
Copy link
Contributor

@perlpunk perlpunk Sep 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The return will only return from the do block and not from the subroutine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants