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

Codemod to simplify checks against empty sequences #212

Merged
merged 10 commits into from
Jan 18, 2024

fix empty str comparison is a default excluded codemod

bffa115
Select commit
Loading
Failed to load commit list.
Merged

Codemod to simplify checks against empty sequences #212

fix empty str comparison is a default excluded codemod
bffa115
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 18, 2024 in 0s

96.45% (target 90.00%)

View this Pull Request on Codecov

96.45% (target 90.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d078cda) 96.43% compared to head (bffa115) 96.45%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
+ Coverage   96.43%   96.45%   +0.02%     
==========================================
  Files          95       96       +1     
  Lines        4065     4095      +30     
==========================================
+ Hits         3920     3950      +30     
  Misses        145      145              
Files Coverage Δ
src/codemodder/registry.py 98.03% <ø> (ø)
src/core_codemods/__init__.py 100.00% <100.00%> (ø)
src/core_codemods/fix_empty_sequence_comparison.py 100.00% <100.00%> (ø)