Skip to content

cleanup zep8 tests more

35526a5
Select commit
Loading
Failed to load commit list.
Open

feat: Implement ZEP 8 URL syntax support for zarr-python #3369

cleanup zep8 tests more
35526a5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 6, 2026 in 0s

60.87% (-34.06%) compared to ee9c182

View this Pull Request on Codecov

60.87% (-34.06%) compared to ee9c182

Details

Codecov Report

❌ Patch coverage is 67.57246% with 179 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.87%. Comparing base (ee9c182) to head (35526a5).
⚠️ Report is 163 commits behind head on main.

Files with missing lines Patch % Lines
src/zarr/storage/_builtin_adapters.py 58.36% 97 Missing ⚠️
src/zarr/storage/_zep8.py 83.95% 30 Missing ⚠️
src/zarr/abc/store_adapter.py 39.02% 25 Missing ⚠️
src/zarr/registry.py 60.00% 8 Missing ⚠️
src/zarr/storage/_zip.py 78.94% 8 Missing ⚠️
src/zarr/storage/_common.py 85.00% 3 Missing ⚠️
src/zarr/storage/_register_adapters.py 62.50% 3 Missing ⚠️
src/zarr/abc/__init__.py 0.00% 2 Missing ⚠️
src/zarr/api/asynchronous.py 0.00% 2 Missing ⚠️
src/zarr/storage/__init__.py 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (ee9c182) and HEAD (35526a5). Click for more details.

HEAD has 4 uploads less than BASE
Flag BASE (ee9c182) HEAD (35526a5)
14 10
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3369       +/-   ##
===========================================
- Coverage   94.92%   60.87%   -34.06%     
===========================================
  Files          79       86        +7     
  Lines        9500    10231      +731     
===========================================
- Hits         9018     6228     -2790     
- Misses        482     4003     +3521     
Files with missing lines Coverage Δ
src/zarr/storage/_logging.py 61.94% <ø> (-38.06%) ⬇️
src/zarr/storage/__init__.py 9.52% <0.00%> (-85.48%) ⬇️
src/zarr/abc/__init__.py 0.00% <0.00%> (ø)
src/zarr/api/asynchronous.py 71.42% <0.00%> (-19.45%) ⬇️
src/zarr/storage/_common.py 68.57% <85.00%> (-21.96%) ⬇️
src/zarr/storage/_register_adapters.py 62.50% <62.50%> (ø)
src/zarr/registry.py 63.19% <60.00%> (-25.63%) ⬇️
src/zarr/storage/_zip.py 72.10% <78.94%> (-25.50%) ⬇️
src/zarr/abc/store_adapter.py 39.02% <39.02%> (ø)
src/zarr/storage/_zep8.py 83.95% <83.95%> (ø)
... and 1 more

... and 64 files with indirect coverage changes

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