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

Support for f-strings in SQLQueryParameterization #124

Merged
merged 8 commits into from
Nov 15, 2023

Some refactoring

672c4cd
Select commit
Loading
Failed to load commit list.
Merged

Support for f-strings in SQLQueryParameterization #124

Some refactoring
672c4cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2023 in 1s

96.28% (target 90.00%)

View this Pull Request on Codecov

96.28% (target 90.00%)

Details

Codecov Report

Merging #124 (672c4cd) into main (954a20e) will increase coverage by 0.46%.
The diff coverage is 97.15%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
+ Coverage   95.82%   96.28%   +0.46%     
==========================================
  Files          64       64              
  Lines        2612     2695      +83     
==========================================
+ Hits         2503     2595      +92     
+ Misses        109      100       -9     
Files Coverage Δ
src/codemodder/codemods/utils.py 93.50% <100.00%> (+3.71%) ⬆️
...ansformations/remove_empty_string_concatenation.py 96.96% <96.00%> (+1.31%) ⬆️
src/core_codemods/sql_parameterization.py 96.21% <96.74%> (+4.88%) ⬆️