Skip to content

update release.rst

d661eab
Select commit
Loading
Failed to load commit list.
Draft

add numcodecs.zarr3.to_zarr3 method #741

update release.rst
d661eab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 2, 2026 in 1s

99.89% (target 100.00%)

View this Pull Request on Codecov

99.89% (target 100.00%)

Details

Codecov Report

❌ Patch coverage is 92.59259% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.89%. Comparing base (3438e16) to head (d661eab).
⚠️ Report is 43 commits behind head on main.

Files with missing lines Patch % Lines
numcodecs/tests/test_zarr3.py 94.44% 1 Missing ⚠️
numcodecs/zarr3.py 88.88% 1 Missing ⚠️

❌ Your project check has failed because the head coverage (99.89%) is below the target coverage (100.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #741      +/-   ##
==========================================
- Coverage   99.96%   99.89%   -0.08%     
==========================================
  Files          63       63              
  Lines        2736     2763      +27     
==========================================
+ Hits         2735     2760      +25     
- Misses          1        3       +2     
Files with missing lines Coverage Δ
numcodecs/tests/test_zarr3.py 99.12% <94.44%> (-0.88%) ⬇️
numcodecs/zarr3.py 99.05% <88.88%> (-0.46%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.