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

feat: Credential-related config options utilize keyring if it is installed #1914

Merged
merged 4 commits into from
May 12, 2023

Conversation

frostming
Copy link
Collaborator

Fixes #1908

Signed-off-by: Frost Ming [email protected]

Pull Request Checklist

  • A news fragment is added in news/ describing what is new.
  • Test cases added for changed code.

Describe what you have changed in this PR.

@frostming frostming changed the title Credential-related config options should utilize keyring if it is installed feat: Credential-related config options utilize keyring if it is installed May 11, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 11, 2023

Codecov Report

Patch coverage: 87.03% and project coverage change: +0.05 🎉

Comparison is base (3269dfd) 85.28% compared to head (eef8746) 85.33%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1914      +/-   ##
==========================================
+ Coverage   85.28%   85.33%   +0.05%     
==========================================
  Files          99       99              
  Lines        9151     9200      +49     
  Branches     1987     1999      +12     
==========================================
+ Hits         7804     7851      +47     
  Misses        915      915              
- Partials      432      434       +2     
Flag Coverage Δ
unittests 85.14% <87.03%> (+0.05%) ⬆️

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

Impacted Files Coverage Δ
src/pdm/cli/commands/publish/repository.py 54.86% <42.85%> (+0.81%) ⬆️
src/pdm/models/auth.py 79.62% <86.36%> (+4.62%) ⬆️
src/pdm/_types.py 88.52% <100.00%> (+4.08%) ⬆️
src/pdm/project/config.py 88.54% <100.00%> (+0.30%) ⬆️

... and 4 files with indirect coverage changes

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

frostming added 3 commits May 11, 2023 17:09
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
@frostming frostming merged commit 51169a5 into main May 12, 2023
@frostming frostming deleted the frostming/issue1908 branch May 12, 2023 07:08
@j178 j178 mentioned this pull request Apr 3, 2024
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.

Credential-related config options should utilize keyring if it is installed
2 participants