Skip to content

Merge branch 'main' into chore/bytes-dtype

d6bb68f
Select commit
Loading
Failed to load commit list.
Open

add bytes dtype #3559

Merge branch 'main' into chore/bytes-dtype
d6bb68f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 8, 2026 in 0s

60.73% (-0.17%) compared to 6cc2b0d

View this Pull Request on Codecov

60.73% (-0.17%) compared to 6cc2b0d

Details

Codecov Report

❌ Patch coverage is 51.85185% with 52 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.73%. Comparing base (6cc2b0d) to head (d6bb68f).

Files with missing lines Patch % Lines
src/zarr/core/dtype/npy/bytes.py 57.14% 30 Missing ⚠️
src/zarr/core/dtype/__init__.py 53.84% 6 Missing ⚠️
src/zarr/core/dtype/registry.py 66.66% 4 Missing ⚠️
src/zarr/errors.py 0.00% 3 Missing ⚠️
src/zarr/core/dtype/npy/bool.py 0.00% 1 Missing ⚠️
src/zarr/core/dtype/npy/common.py 50.00% 1 Missing ⚠️
src/zarr/core/dtype/npy/complex.py 0.00% 1 Missing ⚠️
src/zarr/core/dtype/npy/float.py 0.00% 1 Missing ⚠️
src/zarr/core/dtype/npy/int.py 0.00% 1 Missing ⚠️
src/zarr/core/dtype/npy/string.py 0.00% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3559      +/-   ##
==========================================
- Coverage   60.90%   60.73%   -0.17%     
==========================================
  Files          86       86              
  Lines       10174    10267      +93     
==========================================
+ Hits         6196     6236      +40     
- Misses       3978     4031      +53     
Files with missing lines Coverage Δ
src/zarr/core/dtype/common.py 28.39% <ø> (+0.68%) ⬆️
src/zarr/core/dtype/npy/bool.py 45.61% <0.00%> (-0.82%) ⬇️
src/zarr/core/dtype/npy/common.py 61.53% <50.00%> (-0.19%) ⬇️
src/zarr/core/dtype/npy/complex.py 47.61% <0.00%> (-0.58%) ⬇️
src/zarr/core/dtype/npy/float.py 46.87% <0.00%> (-0.50%) ⬇️
src/zarr/core/dtype/npy/int.py 53.41% <0.00%> (-0.17%) ⬇️
src/zarr/core/dtype/npy/string.py 44.11% <0.00%> (-0.33%) ⬇️
src/zarr/core/dtype/npy/structured.py 55.78% <0.00%> (-0.60%) ⬇️
src/zarr/core/dtype/npy/time.py 52.84% <0.00%> (-0.31%) ⬇️
src/zarr/dtype.py 0.00% <0.00%> (ø)
... and 4 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.