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

refactor: switch to httpx client #2709

Merged
merged 1 commit into from
Mar 21, 2024

refactor: switch to httpx client

95e72b7
Select commit
Loading
Failed to load commit list.
Merged

refactor: switch to httpx client #2709

refactor: switch to httpx client
95e72b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 21, 2024 in 0s

84.77% (-0.07%) compared to fdefbe2

View this Pull Request on Codecov

84.77% (-0.07%) compared to fdefbe2

Details

Codecov Report

Attention: Patch coverage is 75.78947% with 46 lines in your changes are missing coverage. Please review.

Project coverage is 84.77%. Comparing base (fdefbe2) to head (95e72b7).

Files Patch % Lines
src/pdm/models/repositories.py 37.83% 20 Missing and 3 partials ⚠️
src/pdm/environments/base.py 65.21% 3 Missing and 5 partials ⚠️
src/pdm/cli/commands/publish/__init__.py 42.85% 2 Missing and 2 partials ⚠️
src/pdm/models/candidates.py 55.55% 2 Missing and 2 partials ⚠️
src/pdm/cli/commands/publish/repository.py 90.00% 2 Missing and 1 partial ⚠️
src/pdm/models/session.py 95.83% 1 Missing and 1 partial ⚠️
src/pdm/models/caches.py 88.88% 1 Missing ⚠️
src/pdm/pytest.py 96.15% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2709      +/-   ##
==========================================
- Coverage   84.83%   84.77%   -0.07%     
==========================================
  Files         104      104              
  Lines       10326    10304      -22     
  Branches     2242     2237       -5     
==========================================
- Hits         8760     8735      -25     
- Misses       1096     1097       +1     
- Partials      470      472       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.