Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Refactor image utility functions and enhance documentation #154

Closed
wants to merge 6 commits into from

refactor: improve error messages and add tests for StructureSet class

faf16e3
Select commit
Loading
Failed to load commit list.
Closed

feat: Refactor image utility functions and enhance documentation #154

refactor: improve error messages and add tests for StructureSet class
faf16e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 25, 2024 in 0s

44.82% (+0.78%) compared to 41a7c88

View this Pull Request on Codecov

44.82% (+0.78%) compared to 41a7c88

Details

Codecov Report

Attention: Patch coverage is 69.23077% with 60 lines in your changes missing coverage. Please review.

Project coverage is 44.82%. Comparing base (41a7c88) to head (faf16e3).

Files with missing lines Patch % Lines
src/imgtools/modules/structureset.py 73.85% 40 Missing ⚠️
src/imgtools/modules/segmentation.py 27.27% 16 Missing ⚠️
src/imgtools/utils/imageutils.py 80.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #154      +/-   ##
==========================================
+ Coverage   44.03%   44.82%   +0.78%     
==========================================
  Files          48       48              
  Lines        3540     3558      +18     
==========================================
+ Hits         1559     1595      +36     
+ Misses       1981     1963      -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.