Skip to content

Refactor assertions in test_clarreo_config.py for clarity and maintai…

47c60a3
Select commit
Loading
Failed to load commit list.
Merged

Refactor correction package tests and add integration and unit tests for CLARREO #146

Refactor assertions in test_clarreo_config.py for clarity and maintai…
47c60a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 3, 2026 in 1s

76.46% (target 85.00%)

View this Pull Request on Codecov

76.46% (target 85.00%)

Details

Codecov Report

❌ Patch coverage is 85.09969% with 142 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.46%. Comparing base (d2e964c) to head (47c60a3).

Files with missing lines Patch % Lines
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 72.22% 25 Missing ⚠️
...ts/test_correction/clarreo/_image_match_helpers.py 84.40% 10 Missing and 7 partials ⚠️
tests/test_correction/test_kernel_ops.py 88.88% 9 Missing ⚠️
...sts/test_correction/clarreo/test_clarreo_dataio.py 63.15% 7 Missing ⚠️
tests/test_correction/clarreo/test_clarreo_e2e.py 91.78% 6 Missing ⚠️
tests/test_correction/conftest.py 76.92% 3 Missing ⚠️
curryer/correction/config.py 66.66% 0 Missing and 1 partial ⚠️
tests/test_correction/test_pairing.py 97.91% 0 Missing and 1 partial ⚠️

❌ Your project check has failed because the head coverage (76.46%) 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                            @@
##           122-refactor-correction-package-epic     #146      +/-   ##
========================================================================
- Coverage                                 76.89%   76.46%   -0.43%     
========================================================================
  Files                                        81       90       +9     
  Lines                                     12828    12303     -525     
  Branches                                   1354     1331      -23     
========================================================================
- Hits                                       9864     9408     -456     
+ Misses                                     2462     2395      -67     
+ Partials                                    502      500       -2     

☔ 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.