Closed John-P closed 2 years ago
Merging #11 (cb7d0e4) into dev (fd4a0f2) will decrease coverage by
0.04%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## dev #11 +/- ##
==========================================
- Coverage 88.04% 87.99% -0.05%
==========================================
Files 12 12
Lines 1296 1299 +3
==========================================
+ Hits 1141 1143 +2
- Misses 155 156 +1
Impacted Files | Coverage Δ | |
---|---|---|
wsic/writers.py | 85.56% <100.00%> (-0.70%) |
:arrow_down: |
wsic/readers.py | 89.19% <0.00%> (+0.50%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fd4a0f2...cb7d0e4. Read the comment docs.
Fix an issue where
wsic.writers.ZarrReaderWriter
was missing themosaic_shape
attribute required to generate thumbnails.