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

Require build class parent #2557

Merged
merged 2 commits into from
Sep 13, 2024

fixup! enforce a non-None parent in build_class

b4b7947
Select commit
Loading
Failed to load commit list.
Merged

Require build class parent #2557

fixup! enforce a non-None parent in build_class
b4b7947
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 11, 2024 in 0s

93.05% (target 92.00%)

View this Pull Request on Codecov

93.05% (target 92.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.05%. Comparing base (b4ac0e2) to head (b4b7947).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2557   +/-   ##
=======================================
  Coverage   93.05%   93.05%           
=======================================
  Files          93       93           
  Lines       11050    11050           
=======================================
  Hits        10283    10283           
  Misses        767      767           
Files with missing lines Coverage Δ
astroid/helpers.py 95.33% <100.00%> (-0.04%) ⬇️
astroid/nodes/scoped_nodes/scoped_nodes.py 93.13% <100.00%> (+0.02%) ⬆️
astroid/raw_building.py 94.92% <100.00%> (-0.07%) ⬇️