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

Fix to ensure auth is returned correctly #1759

Merged
merged 5 commits into from
Mar 8, 2023

Conversation

racc
Copy link
Contributor

@racc racc commented Mar 8, 2023

Describe what you have changed in this PR.

This ensures that auth from the parsed URL is returned if it is present The source dict contains a "username" key where the value is None. See #1757

racc and others added 5 commits March 8, 2023 14:43
This ensures that auth from the parsed URL is returned if it is present
The source dict contains a "username" key where the value is None.
See pdm-project#1757
…acc/pdm into bugfix/discussion_1757"

This reverts commit d69d35c, reversing
changes made to e4dd457.
@codecov-commenter
Copy link

codecov-commenter commented Mar 8, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (76c2734) 85.09% compared to head (137f3ed) 85.11%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1759      +/-   ##
==========================================
+ Coverage   85.09%   85.11%   +0.01%     
==========================================
  Files          92       92              
  Lines        8664     8664              
  Branches     1872     1872              
==========================================
+ Hits         7373     7374       +1     
  Misses        868      868              
+ Partials      423      422       -1     
Flag Coverage Δ
unittests 84.92% <100.00%> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
src/pdm/models/auth.py 77.77% <100.00%> (+2.77%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

3 participants