Add async oindex and vindex methods to AsyncArray #3083
Merged
Codecov / codecov/project
succeeded
Jul 30, 2025 in 0s
60.73% (+0.04%) compared to a0c56fb
View this Pull Request on Codecov
60.73% (+0.04%) compared to a0c56fb
Details
Codecov Report
❌ Patch coverage is 66.66667% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.73%. Comparing base (a0c56fb) to head (6fbb6b1).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/zarr/core/indexing.py | 64.28% | 10 Missing |
| src/zarr/core/array.py | 70.83% | 7 Missing |
| src/zarr/core/common.py | 60.00% | 2 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #3083 +/- ##
==========================================
+ Coverage 60.68% 60.73% +0.04%
==========================================
Files 78 78
Lines 9356 9407 +51
==========================================
+ Hits 5678 5713 +35
- Misses 3678 3694 +16 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/zarr/core/chunk_grids.py | 60.37% <ø> (+0.56%) |
⬆️ |
| src/zarr/core/common.py | 49.16% <60.00%> (+0.47%) |
⬆️ |
| src/zarr/core/array.py | 69.66% <70.83%> (+0.03%) |
⬆️ |
| src/zarr/core/indexing.py | 68.10% <64.28%> (-0.10%) |
⬇️ |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading