Skip to content

Added deprecation warnings to all modules not previously prefixed with an underscore#620

Draft
agronholm wants to merge 1 commit into
mainfrom
deprecate-apis
Draft

Added deprecation warnings to all modules not previously prefixed with an underscore#620
agronholm wants to merge 1 commit into
mainfrom
deprecate-apis

Added deprecation warnings to all modules not previously prefixed wit…

c341c7f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 13, 2026 in 0s

70.00% (-1.04%) compared to 1e00742, passed because coverage increased by 7.46% when compared to adjusted base (62.53%)

View this Pull Request on Codecov

70.00% (-1.04%) compared to 1e00742, passed because coverage increased by 7.46% when compared to adjusted base (62.53%)

Details

Codecov Report

❌ Patch coverage is 74.05330% with 185 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.00%. Comparing base (1e00742) to head (c341c7f).
⚠️ Report is 59 commits behind head on main.

Files with missing lines Patch % Lines
src/wheel/_bdist_wheel.py 54.24% 140 Missing ⚠️
src/wheel/_macosx_libfile.py 92.81% 12 Missing ⚠️
src/wheel/_metadata.py 92.30% 7 Missing ⚠️
src/wheel/metadata.py 0.00% 6 Missing ⚠️
src/wheel/wheelfile.py 0.00% 5 Missing ⚠️
src/wheel/_wheelfile.py 96.66% 4 Missing ⚠️
src/wheel/_cli/__init__.py 25.00% 3 Missing ⚠️
src/wheel/bdist_wheel.py 0.00% 3 Missing ⚠️
src/wheel/macosx_libfile.py 0.00% 3 Missing ⚠️
src/wheel/__main__.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #620      +/-   ##
==========================================
- Coverage   71.03%   70.00%   -1.04%     
==========================================
  Files          13       17       +4     
  Lines        1084     1100      +16     
==========================================
  Hits          770      770              
- Misses        314      330      +16     

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