Support for f-strings in SQLQueryParameterization #124
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 is97.15%
.
Additional details and impacted files
@@ 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%) |
⬆️ |
Loading