Update black requirement from ==23.10.* to ==23.11.* #118
Codecov / codecov/project
succeeded
Nov 8, 2023 in 0s
95.96% (target 90.00%)
View this Pull Request on Codecov
95.96% (target 90.00%)
Details
Codecov Report
Merging #118 (fec012c) into main (f20e61f) will increase coverage by
0.01%
.
Report is 2 commits behind head on main.
The diff coverage is98.51%
.
@@ Coverage Diff @@
## main #118 +/- ##
==========================================
+ Coverage 95.95% 95.96% +0.01%
==========================================
Files 62 64 +2
Lines 2572 2630 +58
==========================================
+ Hits 2468 2524 +56
- Misses 104 106 +2
Files | Coverage Δ | |
---|---|---|
src/codemodder/codemodder.py | 97.01% <100.00%> (+0.06%) |
⬆️ |
src/codemodder/codemods/api/__init__.py | 95.31% <100.00%> (ø) |
|
src/codemodder/codemods/base_codemod.py | 100.00% <100.00%> (ø) |
|
src/codemodder/codemods/base_visitor.py | 97.29% <100.00%> (ø) |
|
src/codemodder/executor.py | 92.59% <100.00%> (+0.13%) |
⬆️ |
src/codemodder/file_context.py | 100.00% <100.00%> (ø) |
|
src/codemodder/result.py | 100.00% <100.00%> (ø) |
|
src/codemodder/semgrep.py | 94.73% <100.00%> (ø) |
|
src/core_codemods/django_debug_flag_on.py | 100.00% <ø> (ø) |
|
.../core_codemods/django_session_cookie_secure_off.py | 98.30% <ø> (ø) |
|
... and 4 more |
Loading