Skip to content

Improve conditionals

9b32ce7
Select commit
Loading
Failed to load commit list.
Merged

Improve conditionals #10654

Improve conditionals
9b32ce7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 13, 2025 in 0s

95.96% (target 95.00%)

View this Pull Request on Codecov

95.96% (target 95.00%)

Details

Codecov Report

❌ Patch coverage is 95.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.96%. Comparing base (b970208) to head (9b32ce7).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pylint/checkers/spelling.py 33.33% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10654   +/-   ##
=======================================
  Coverage   95.96%   95.96%           
=======================================
  Files         176      176           
  Lines       19521    19525    +4     
=======================================
+ Hits        18734    18738    +4     
  Misses        787      787           
Files with missing lines Coverage Δ
pylint/checkers/base/name_checker/checker.py 98.72% <100.00%> (ø)
pylint/checkers/classes/class_checker.py 94.01% <100.00%> (ø)
pylint/checkers/dataclass_checker.py 100.00% <100.00%> (ø)
pylint/checkers/design_analysis.py 98.42% <100.00%> (ø)
pylint/checkers/exceptions.py 98.30% <100.00%> (ø)
pylint/checkers/imports.py 94.88% <100.00%> (ø)
...int/checkers/refactoring/recommendation_checker.py 96.96% <100.00%> (ø)
pylint/checkers/refactoring/refactoring_checker.py 98.22% <100.00%> (ø)
pylint/checkers/stdlib.py 96.33% <100.00%> (ø)
pylint/checkers/strings.py 94.29% <100.00%> (ø)
... and 8 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.