John-P / wsic

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

:sparkles: Use Enums For Codec & Color Space #9

Closed John-P closed 2 years ago

John-P commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #9 (c42542f) into dev (91ea6df) will decrease coverage by 0.01%. The diff coverage is 83.33%.

@@            Coverage Diff             @@
##              dev       #9      +/-   ##
==========================================
- Coverage   87.82%   87.80%   -0.02%     
==========================================
  Files          11       12       +1     
  Lines        1191     1296     +105     
==========================================
+ Hits         1046     1138      +92     
- Misses        145      158      +13     
Impacted Files Coverage Δ
wsic/cli.py 86.81% <ø> (ø)
wsic/utils.py 93.69% <ø> (+2.35%) :arrow_up:
wsic/writers.py 85.44% <76.66%> (+0.49%) :arrow_up:
wsic/enums.py 84.29% <84.29%> (ø)
wsic/readers.py 88.69% <100.00%> (+0.02%) :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 91ea6df...c42542f. Read the comment docs.