Skip to content

Correct API implementations for all phases (#152)

771c7ca
Select commit
Loading
Failed to load commit list.
Draft

#122 Correction Package Refactor — Complete Redesign #133

Correct API implementations for all phases (#152)
771c7ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 10, 2026 in 0s

77.87% (target 85.00%)

View this Pull Request on Codecov

77.87% (target 85.00%)

Details

Codecov Report

❌ Patch coverage is 83.43511% with 868 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.87%. Comparing base (996cc37) to head (771c7ca).

Files with missing lines Patch % Lines
curryer/correction/pipeline.py 40.32% 226 Missing and 33 partials ⚠️
curryer/correction/parameters.py 59.17% 83 Missing and 26 partials ⚠️
curryer/correction/image_io.py 68.12% 76 Missing and 19 partials ⚠️
curryer/correction/regrid.py 67.52% 64 Missing and 12 partials ⚠️
curryer/correction/config.py 80.71% 34 Missing and 25 partials ⚠️
curryer/correction/kernel_ops.py 51.57% 39 Missing and 7 partials ⚠️
tests/test_correction/clarreo/_pipeline_helpers.py 65.85% 39 Missing and 3 partials ⚠️
tests/test_correction/_synthetic_helpers.py 61.25% 30 Missing and 1 partial ⚠️
tests/test_correction/test_pipeline.py 81.34% 25 Missing ⚠️
curryer/correction/results_io.py 84.66% 11 Missing and 12 partials ⚠️
... and 17 more

❌ Your project check has failed because the head coverage (77.87%) is below the target coverage (85.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
+ Coverage   73.62%   77.87%   +4.25%     
==========================================
  Files          67       94      +27     
  Lines       10655    13145    +2490     
  Branches     1204     1370     +166     
==========================================
+ Hits         7845    10237    +2392     
- Misses       2343     2405      +62     
- Partials      467      503      +36     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.