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

New way to define a SonarCodemod and filter_by_result behavior change #226

Merged
merged 1 commit into from
Jan 29, 2024

New way to define SonarCodemod and filter_by_result behavior change

6ff560c
Select commit
Loading
Failed to load commit list.
Merged

New way to define a SonarCodemod and filter_by_result behavior change #226

New way to define SonarCodemod and filter_by_result behavior change
6ff560c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 29, 2024 in 0s

96.55% (target 90.00%)

View this Pull Request on Codecov

96.55% (target 90.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (615de27) 96.53% compared to head (6ff560c) 96.55%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #226      +/-   ##
==========================================
+ Coverage   96.53%   96.55%   +0.02%     
==========================================
  Files         101      101              
  Lines        4304     4301       -3     
==========================================
- Hits         4155     4153       -2     
+ Misses        149      148       -1     
Files Coverage Δ
src/codemodder/codemods/base_codemod.py 97.93% <100.00%> (+0.04%) ⬆️
src/codemodder/codemods/base_transformer.py 100.00% <ø> (ø)
src/codemodder/codemods/base_visitor.py 100.00% <100.00%> (ø)
src/codemodder/codemods/libcst_transformer.py 99.25% <ø> (ø)
src/codemodder/codemods/sonar.py 100.00% <100.00%> (ø)
src/codemodder/file_context.py 100.00% <100.00%> (ø)
src/core_codemods/numpy_nan_equality.py 100.00% <100.00%> (ø)
...rc/core_codemods/sonar/sonar_numpy_nan_equality.py 100.00% <100.00%> (+7.14%) ⬆️