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

Initial Version of SQL Parameterizer Codemod #90

Merged
merged 13 commits into from
Oct 25, 2023

Fixed issue with Change reporting

efdbd14
Select commit
Loading
Failed to load commit list.
Merged

Initial Version of SQL Parameterizer Codemod #90

Fixed issue with Change reporting
efdbd14
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2023 in 0s

95.18% (target 90.00%)

View this Pull Request on Codecov

95.18% (target 90.00%)

Details

Codecov Report

Merging #90 (efdbd14) into main (6187027) will decrease coverage by 0.55%.
The diff coverage is 91.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #90      +/-   ##
==========================================
- Coverage   95.72%   95.18%   -0.55%     
==========================================
  Files          49       51       +2     
  Lines        2012     2284     +272     
==========================================
+ Hits         1926     2174     +248     
- Misses         86      110      +24     
Files Coverage Δ
src/core_codemods/__init__.py 100.00% <100.00%> (ø)
...ansformations/remove_empty_string_concatenation.py 95.65% <95.65%> (ø)
src/codemodder/codemods/utils.py 89.79% <86.66%> (-5.45%) ⬇️
src/core_codemods/sql_parameterization.py 91.36% <91.36%> (ø)