LRU cache for decoded chunks #306
Closed
Codecov / codecov/project
succeeded
Dec 7, 2023 in 1s
99.94% (target 100.00%)
View this Pull Request on Codecov
99.94% (target 100.00%)
Details
Codecov Report
Merging #306 (06c899b) into main (cbe371f) will increase coverage by
0.00%
.
Report is 388 commits behind head on main.
The diff coverage is100.00%
.
Additional details and impacted files
@@ Coverage Diff @@
## main #306 +/- ##
========================================
Coverage 99.94% 99.94%
========================================
Files 31 31
Lines 10936 11135 +199
========================================
+ Hits 10930 11129 +199
Misses 6 6
Files | Coverage Δ | |
---|---|---|
zarr/__init__.py | 100.00% <ø> (ø) |
|
zarr/core.py | 100.00% <100.00%> (ø) |
|
zarr/creation.py | 100.00% <ø> (ø) |
|
zarr/hierarchy.py | 100.00% <100.00%> (ø) |
|
zarr/storage.py | 100.00% <100.00%> (ø) |
|
zarr/tests/test_core.py | 100.00% <100.00%> (ø) |
|
zarr/tests/test_storage.py | 100.00% <100.00%> (ø) |
Loading