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

Image data handling refactor #228

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from

Refactored the image handling logic to further use the SRImage class,…

eace0ae
Select commit
Loading
Failed to load commit list.
Draft

Image data handling refactor #228

Refactored the image handling logic to further use the SRImage class,…
eace0ae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 11, 2024 in 0s

26.72% (-56.66%) compared to 6b8e995

View this Pull Request on Codecov

26.72% (-56.66%) compared to 6b8e995

Details

Codecov Report

Attention: Patch coverage is 35.78595% with 192 lines in your changes missing coverage. Please review.

Project coverage is 26.72%. Comparing base (6b8e995) to head (eace0ae).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
specreduce/image.py 29.86% 101 Missing ⚠️
specreduce/tracing.py 41.79% 39 Missing ⚠️
specreduce/extract.py 40.42% 28 Missing ⚠️
specreduce/background.py 40.00% 21 Missing ⚠️
specreduce/utils/utils.py 25.00% 3 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (6b8e995) and HEAD (eace0ae). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (6b8e995) HEAD (eace0ae)
2 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #228       +/-   ##
===========================================
- Coverage   83.37%   26.72%   -56.66%     
===========================================
  Files          13       14        +1     
  Lines        1137     1220       +83     
===========================================
- Hits          948      326      -622     
- Misses        189      894      +705     

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