Fix collections.abc
imports on Python 3.13.0 and 3.13.1
#2657
Codecov / codecov/project
succeeded
Dec 19, 2024 in 0s
93.21% (target 92.00%)
View this Pull Request on Codecov
93.21% (target 92.00%)
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 93.21%. Comparing base (
8305199
) to head (37a5ca3
).
Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #2657 +/- ##
==========================================
+ Coverage 93.19% 93.21% +0.02%
==========================================
Files 93 93
Lines 11078 11083 +5
==========================================
+ Hits 10324 10331 +7
+ Misses 754 752 -2
Files with missing lines | Coverage Δ | |
---|---|---|
astroid/brain/brain_collections.py | 100.00% <100.00%> (+5.55%) |
⬆️ |
astroid/const.py | 100.00% <ø> (ø) |
|
astroid/interpreter/_import/spec.py | 97.65% <100.00%> (+0.06%) |
⬆️ |
Loading