Skip to content

Adding a dedicated job for remote storage tests, updating coverage up…

53c45ee
Select commit
Loading
Failed to load commit list.
Open

Cloud storage support (Azure, S3, GCS) #1087

Adding a dedicated job for remote storage tests, updating coverage up…
53c45ee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 15, 2026 in 0s

91.74% (target 1.00%)

View this Pull Request on Codecov

91.74% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 83.50877% with 47 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.74%. Comparing base (cf91ad5) to head (53c45ee).
⚠️ Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
src/spatialdata/_io/_utils.py 78.08% 32 Missing ⚠️
src/spatialdata/_core/spatialdata.py 74.28% 9 Missing ⚠️
src/spatialdata/_io/io_zarr.py 80.00% 5 Missing ⚠️
src/spatialdata/_io/io_shapes.py 98.24% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1087      +/-   ##
==========================================
- Coverage   91.93%   91.74%   -0.19%     
==========================================
  Files          51       51              
  Lines        7772     8008     +236     
==========================================
+ Hits         7145     7347     +202     
- Misses        627      661      +34     
Files with missing lines Coverage Δ
src/spatialdata/_io/io_points.py 98.11% <100.00%> (+0.38%) ⬆️
src/spatialdata/_io/io_raster.py 92.09% <100.00%> (ø)
src/spatialdata/_io/io_table.py 91.11% <100.00%> (+0.63%) ⬆️
src/spatialdata/_io/io_shapes.py 96.15% <98.24%> (+1.21%) ⬆️
src/spatialdata/_io/io_zarr.py 90.00% <80.00%> (-2.39%) ⬇️
src/spatialdata/_core/spatialdata.py 91.58% <74.28%> (-0.36%) ⬇️
src/spatialdata/_io/_utils.py 85.21% <78.08%> (-1.54%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.