Skip to content

Merge branch 'main' into chore/bytes-dtype

4013237
Select commit
Loading
Failed to load commit list.
Open

add bytes dtype #3559

Merge branch 'main' into chore/bytes-dtype
4013237
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 27, 2025 in 1s

58.99% (-0.14%) compared to ee0e69a

View this Pull Request on Codecov

58.99% (-0.14%) compared to ee0e69a

Details

Codecov Report

❌ Patch coverage is 51.85185% with 52 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.99%. Comparing base (ee0e69a) to head (4013237).

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   59.13%   58.99%   -0.14%     
==========================================
  Files          86       86              
  Lines       10172    10265      +93     
==========================================
+ Hits         6015     6056      +41     
- Misses       4157     4209      +52     
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

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.