Skip to content

Transformation manager foundation - #1164

Open
ajkswamy wants to merge 39 commits into
transformation_managerfrom
transfo_manager_base
Open

Transformation manager foundation#1164
ajkswamy wants to merge 39 commits into
transformation_managerfrom
transfo_manager_base

feat: added tests for Transformation Manager

1549791
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 31, 2026 in 0s

92.74% (target 1.00%)

View this Pull Request on Codecov

92.74% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 99.23077% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.74%. Comparing base (eb4fb3d) to head (1549791).

Files with missing lines Patch % Lines
...atialdata/_core/transformation_manager/__init__.py 98.64% 2 Missing ⚠️
Additional details and impacted files
@@                    Coverage Diff                     @@
##           transformation_manager    #1164      +/-   ##
==========================================================
+ Coverage                   92.44%   92.74%   +0.30%     
==========================================================
  Files                          51       53       +2     
  Lines                        7820     8061     +241     
==========================================================
+ Hits                         7229     7476     +247     
+ Misses                        591      585       -6     
Files with missing lines Coverage Δ
src/spatialdata/__init__.py 95.65% <ø> (ø)
src/spatialdata/_core/spatialdata.py 93.87% <100.00%> (+0.01%) ⬆️
...ialdata/_core/transformation_manager/exceptions.py 100.00% <100.00%> (ø)
src/spatialdata/_io/io_raster.py 89.52% <100.00%> (+0.47%) ⬆️
src/spatialdata/_io/io_zarr.py 92.38% <100.00%> (ø)
src/spatialdata/_types.py 100.00% <100.00%> (ø)
src/spatialdata/_utils.py 85.52% <100.00%> (ø)
src/spatialdata/transformations/transformations.py 92.13% <ø> (+1.04%) ⬆️
...atialdata/_core/transformation_manager/__init__.py 98.64% <98.64%> (ø)

... and 1 file with indirect coverage changes

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