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

[4.0.x] Make manager required in AstroidBuilder/InspectBuilder #2313

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Avoid a type-checking import

c9399bb
Select commit
Loading
Failed to load commit list.
Draft

[4.0.x] Make manager required in AstroidBuilder/InspectBuilder #2313

Avoid a type-checking import
c9399bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 6, 2024 in 1s

92.84% (target 92.00%)

View this Pull Request on Codecov

92.84% (target 92.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.84%. Comparing base (0883b04) to head (c9399bb).
Report is 89 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2313      +/-   ##
==========================================
- Coverage   92.85%   92.84%   -0.01%     
==========================================
  Files          94       94              
  Lines       11056    11043      -13     
==========================================
- Hits        10266    10253      -13     
  Misses        790      790              
Files Coverage Δ
astroid/brain/brain_nose.py 95.12% <100.00%> (ø)
astroid/builder.py 94.14% <100.00%> (+0.02%) ⬆️
astroid/interpreter/_import/spec.py 97.40% <100.00%> (ø)
astroid/manager.py 88.79% <100.00%> (-0.24%) ⬇️
astroid/raw_building.py 94.93% <100.00%> (-0.02%) ⬇️
astroid/rebuilder.py 98.43% <100.00%> (-0.03%) ⬇️