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

Implement new codemod API #213

Merged
merged 2 commits into from
Jan 17, 2024

Update CODEOWNERS

ebb14fe
Select commit
Loading
Failed to load commit list.
Merged

Implement new codemod API #213

Update CODEOWNERS
ebb14fe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 17, 2024 in 0s

96.43% (target 90.00%)

View this Pull Request on Codecov

96.43% (target 90.00%)

Details

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (ac74626) 96.46% compared to head (ebb14fe) 96.43%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #213      +/-   ##
==========================================
- Coverage   96.46%   96.43%   -0.04%     
==========================================
  Files          91       95       +4     
  Lines        4277     4065     -212     
==========================================
- Hits         4126     3920     -206     
+ Misses        151      145       -6     
Files Coverage Δ
src/codemodder/codemods/api.py 100.00% <100.00%> (ø)
src/codemodder/codemods/base_transformer.py 100.00% <100.00%> (ø)
src/codemodder/codemods/base_visitor.py 100.00% <ø> (ø)
src/codemodder/codemods/semgrep.py 100.00% <100.00%> (ø)
...odemodder/dependency_management/setup_py_writer.py 100.00% <100.00%> (ø)
src/core_codemods/add_requests_timeouts.py 100.00% <100.00%> (ø)
src/core_codemods/api/__init__.py 100.00% <100.00%> (ø)
src/core_codemods/api/core_codemod.py 100.00% <100.00%> (ø)
src/core_codemods/combine_startswith_endswith.py 100.00% <100.00%> (ø)
src/core_codemods/django_debug_flag_on.py 100.00% <100.00%> (ø)
... and 49 more