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

Use Assignment Expression (Walrus) In Conditional #220

Merged
merged 2 commits into from
Jan 30, 2024

remove unused variable in walrus operation

88bbd84
Select commit
Loading
Failed to load commit list.
Merged

Use Assignment Expression (Walrus) In Conditional #220

remove unused variable in walrus operation
88bbd84
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2024 in 0s

96.60% (target 90.00%)

View this Pull Request on Codecov

96.60% (target 90.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cb87a2b) 96.62% compared to head (88bbd84) 96.60%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #220      +/-   ##
==========================================
- Coverage   96.62%   96.60%   -0.02%     
==========================================
  Files         101      101              
  Lines        4298     4275      -23     
==========================================
- Hits         4153     4130      -23     
  Misses        145      145              
Files Coverage Δ
src/codemodder/cli.py 100.00% <100.00%> (ø)
src/codemodder/codemods/utils.py 91.75% <100.00%> (-0.17%) ⬇️
src/codemodder/codemods/utils_mixin.py 93.60% <100.00%> (-0.09%) ⬇️
...er/dependency_management/base_dependency_writer.py 96.77% <100.00%> (-0.11%) ⬇️
...odemodder/dependency_management/setup_py_writer.py 100.00% <100.00%> (ø)
...odemodder/dependency_management/setupcfg_writer.py 90.00% <100.00%> (-0.33%) ⬇️
src/core_codemods/django_receiver_on_top.py 100.00% <100.00%> (ø)
src/core_codemods/file_resource_leak.py 95.91% <100.00%> (-0.07%) ⬇️
src/core_codemods/flask_json_response_type.py 100.00% <100.00%> (ø)
src/core_codemods/harden_pyyaml.py 97.29% <100.00%> (-0.08%) ⬇️
... and 4 more