Skip to content

Conversation

@losmateusz1
Copy link

No description provided.

Signed-off-by: Mateusz Los <mateusz.los@extern.wenovate.de>
@losmateusz1 losmateusz1 requested a review from a team as a code owner February 10, 2026 13:47
Comment on lines +130 to +131
if (request.header(AUTHORIZATION_HEADER) == null) {
val credentials = requestPasswordAuthentication(request.url.toUri())
Copy link
Member

Choose a reason for hiding this comment

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

If I'm not mistaken, this will try to authenticate any unauthenticated request, by looking up whether password authentication has been configured for the URL. This would add an overhead to any unauthenticated request, which I believe is not feasible.

@codecov
Copy link

codecov bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.78%. Comparing base (ff98bcd) to head (e2ed982).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #11413   +/-   ##
=========================================
  Coverage     57.78%   57.78%           
  Complexity     1713     1713           
=========================================
  Files           347      347           
  Lines         12904    12904           
  Branches       1238     1238           
=========================================
  Hits           7456     7456           
  Misses         5000     5000           
  Partials        448      448           
Flag Coverage Δ
test-ubuntu-24.04 42.51% <ø> (ø)
test-windows-2025 42.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants