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

codemod to deprecate logging.warn #206

Merged
merged 2 commits into from
Jan 10, 2024

add more testing to logger.warn codemod

94a4fd9
Select commit
Loading
Failed to load commit list.
Merged

codemod to deprecate logging.warn #206

add more testing to logger.warn codemod
94a4fd9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 9, 2024 in 0s

96.25% (target 90.00%)

View this Pull Request on Codecov

96.25% (target 90.00%)

Details

Codecov Report

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

Comparison is base (269469d) 96.26% compared to head (94a4fd9) 96.25%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
- Coverage   96.26%   96.25%   -0.01%     
==========================================
  Files          88       89       +1     
  Lines        4065     4089      +24     
==========================================
+ Hits         3913     3936      +23     
- Misses        152      153       +1     
Files Coverage Δ
src/core_codemods/__init__.py 100.00% <100.00%> (ø)
src/core_codemods/fix_deprecated_logging_warn.py 95.65% <95.65%> (ø)