Use deprecation decorator #3380
Merged
Codecov / codecov/project
succeeded
Nov 21, 2024 in 1s
76.50% (target 75.00%)
View this Pull Request on Codecov
76.50% (target 75.00%)
Details
Codecov Report
Attention: Patch coverage is 90.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 76.50%. Comparing base (
751eafa
) to head (735f00a
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/scanpy/_compat.py | 75.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #3380 +/- ##
=======================================
Coverage 76.49% 76.50%
=======================================
Files 111 111
Lines 12867 12874 +7
=======================================
+ Hits 9843 9849 +6
- Misses 3024 3025 +1
Files with missing lines | Coverage Δ | |
---|---|---|
src/scanpy/plotting/_preprocessing.py | 87.71% <100.00%> (+0.21%) |
⬆️ |
...preprocessing/_deprecated/highly_variable_genes.py | 95.55% <100.00%> (+0.04%) |
⬆️ |
src/scanpy/preprocessing/_simple.py | 89.94% <100.00%> (+0.02%) |
⬆️ |
src/scanpy/_compat.py | 81.81% <75.00%> (-0.29%) |
⬇️ |
- Flaky Tests Detection - Detect and resolve failed and flaky tests
Loading