Add support for remote datasets #842
Closed
Codecov / codecov/project
succeeded
Mar 17, 2025 in 0s
92.01% (target 1.00%)
View this Pull Request on Codecov
92.01% (target 1.00%)
Details
Codecov Report
Attention: Patch coverage is 86.86869% with 13 lines in your changes missing coverage. Please review.
Project coverage is 92.01%. Comparing base (
4021946) to head (d9e4eac).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/spatialdata/_io/_utils.py | 76.47% | 8 Missing |
| src/spatialdata/_io/io_zarr.py | 89.18% | 4 Missing |
| src/spatialdata/_io/io_raster.py | 90.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #842 +/- ##
==========================================
- Coverage 92.11% 92.01% -0.10%
==========================================
Files 48 48
Lines 7429 7468 +39
==========================================
+ Hits 6843 6872 +29
- Misses 586 596 +10 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/spatialdata/_core/spatialdata.py | 91.57% <100.00%> (+0.11%) |
⬆️ |
| src/spatialdata/_io/io_points.py | 100.00% <100.00%> (ø) |
|
| src/spatialdata/_io/io_shapes.py | 95.08% <100.00%> (-0.08%) |
⬇️ |
| src/spatialdata/_io/io_table.py | 94.00% <100.00%> (-0.45%) |
⬇️ |
| src/spatialdata/_io/io_raster.py | 96.12% <90.00%> (-0.73%) |
⬇️ |
| src/spatialdata/_io/io_zarr.py | 87.82% <89.18%> (-0.64%) |
⬇️ |
| src/spatialdata/_io/_utils.py | 86.52% <76.47%> (-1.93%) |
⬇️ |
🚀 New features to boost your workflow:
- ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading