Skip to content

feat: implement PEP 832 support for managing virtual environments - #3834

Draft
frostming wants to merge 5 commits into
mainfrom
feat/pep832
Draft

feat: implement PEP 832 support for managing virtual environments#3834
frostming wants to merge 5 commits into
mainfrom
feat/pep832

feat: add PEP 832 feature description to news file

68bd7e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 12, 2026 in 1s

88.27% (-0.06%) compared to d6d4b66

View this Pull Request on Codecov

88.27% (-0.06%) compared to d6d4b66

Details

Codecov Report

❌ Patch coverage is 82.19178% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.27%. Comparing base (d6d4b66) to head (68bd7e8).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/pdm/project/core.py 81.13% 6 Missing and 4 partials ⚠️
src/pdm/cli/commands/venv/utils.py 89.04% 3 Missing and 5 partials ⚠️
src/pdm/cli/commands/fix/fixers.py 33.33% 3 Missing and 1 partial ⚠️
src/pdm/cli/commands/venv/purge.py 62.50% 2 Missing and 1 partial ⚠️
src/pdm/cli/commands/venv/remove.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3834      +/-   ##
==========================================
- Coverage   88.33%   88.27%   -0.06%     
==========================================
  Files         121      121              
  Lines       13215    13339     +124     
  Branches     2246     2271      +25     
==========================================
+ Hits        11673    11775     +102     
- Misses        971      984      +13     
- Partials      571      580       +9     

☔ View full report in Codecov by Harness.
📢 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.