John-P / wsic

Whole Slide image (WSI) conversion for brightfield histology images
MIT License
33 stars 4 forks source link

:recycle: Refactor `ZarrReaderWriter` Into Separate `Reader` & `Writer` #12

Closed John-P closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #12 (849219e) into dev (751c71d) will increase coverage by 0.12%. The diff coverage is 69.23%.

:exclamation: Current head 849219e differs from pull request most recent head 9b16962. Consider uploading reports for the commit 9b16962 to get more accurate results

@@            Coverage Diff             @@
##              dev      #12      +/-   ##
==========================================
+ Coverage   88.22%   88.34%   +0.12%     
==========================================
  Files          12       12              
  Lines        1299     1304       +5     
==========================================
+ Hits         1146     1152       +6     
+ Misses        153      152       -1     
Impacted Files Coverage Δ
wsic/enums.py 83.72% <28.57%> (-0.58%) :arrow_down:
wsic/readers.py 88.34% <72.97%> (-0.86%) :arrow_down:
wsic/cli.py 86.81% <100.00%> (ø)
wsic/metadata/ngff.py 98.48% <100.00%> (ø)
wsic/writers.py 87.94% <100.00%> (+1.57%) :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 751c71d...9b16962. Read the comment docs.