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/patch failed Nov 15, 2023 in 0s

97.15% of diff hit (target 100.00%)

View this Pull Request on Codecov

97.15% of diff hit (target 100.00%)

Annotations

Check warning on line 49 in src/codemodder/codemods/transformations/remove_empty_string_concatenation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/codemodder/codemods/transformations/remove_empty_string_concatenation.py#L49

Added line #L49 was not covered by tests

Check warning on line 412 in src/core_codemods/sql_parameterization.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_codemods/sql_parameterization.py#L412

Added line #L412 was not covered by tests

Check warning on line 415 in src/core_codemods/sql_parameterization.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_codemods/sql_parameterization.py#L415

Added line #L415 was not covered by tests

Check warning on line 519 in src/core_codemods/sql_parameterization.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_codemods/sql_parameterization.py#L518-L519

Added lines #L518 - L519 were not covered by tests