Skip to content

Move empty-transformation validation into model validate() methods

8c42cbe
Select commit
Loading
Failed to load commit list.
Merged

Fix write validation against empty transformations #1118

Move empty-transformation validation into model validate() methods
8c42cbe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 7, 2026 in 0s

92.03% (target 1.00%)

View this Pull Request on Codecov

92.03% (target 1.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.03%. Comparing base (5ead6cc) to head (8c42cbe).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1118      +/-   ##
==========================================
+ Coverage   91.97%   92.03%   +0.05%     
==========================================
  Files          51       51              
  Lines        7750     7757       +7     
==========================================
+ Hits         7128     7139      +11     
+ Misses        622      618       -4     
Files with missing lines Coverage Δ
src/spatialdata/_core/spatialdata.py 91.95% <100.00%> (+0.02%) ⬆️
src/spatialdata/_io/io_points.py 100.00% <100.00%> (+2.27%) ⬆️
src/spatialdata/_io/io_raster.py 93.22% <100.00%> (+1.04%) ⬆️
src/spatialdata/_io/io_shapes.py 96.15% <100.00%> (+1.21%) ⬆️
src/spatialdata/models/__init__.py 100.00% <ø> (ø)
src/spatialdata/models/models.py 87.97% <100.00%> (+0.16%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.