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

Remove globals in policy module #466

Merged
merged 3 commits into from
Dec 29, 2023

Fix cirular import in policy submodule

8c18c7c
Select commit
Loading
Failed to load commit list.
Merged

Remove globals in policy module #466

Fix cirular import in policy submodule
8c18c7c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 28, 2023 in 0s

92.05% (+0.01%) compared to 1a1ee6c

View this Pull Request on Codecov

92.05% (+0.01%) compared to 1a1ee6c

Details

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (1a1ee6c) 92.04% compared to head (8c18c7c) 92.05%.
Report is 4 commits behind head on main.

Files Patch % Lines
src/auditwheel/policy/__init__.py 97.43% 1 Missing and 2 partials ⚠️
src/auditwheel/main_show.py 77.77% 0 Missing and 2 partials ⚠️
src/auditwheel/main_repair.py 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #466      +/-   ##
==========================================
+ Coverage   92.04%   92.05%   +0.01%     
==========================================
  Files          22       20       -2     
  Lines        1244     1246       +2     
  Branches      296      298       +2     
==========================================
+ Hits         1145     1147       +2     
  Misses         56       56              
  Partials       43       43              

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