Skip to content

Adopt the scverse cookiecutter template - #1197

Open
Zethson wants to merge 29 commits into
mainfrom
adopt-scverse-template
Open

Adopt the scverse cookiecutter template#1197
Zethson wants to merge 29 commits into
mainfrom
adopt-scverse-template

docs: cut the boilerplate comments and unwrap the prose

56ffafe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 29, 2026 in 1s

91.31% (target 1.00%)

View this Pull Request on Codecov

91.31% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 85.97491% with 123 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.31%. Comparing base (ccf1ea0) to head (56ffafe).

Files with missing lines Patch % Lines
src/spatialdata/_core/spatialdata.py 87.15% 23 Missing ⚠️
src/spatialdata/_core/query/relational_query.py 79.51% 17 Missing ⚠️
src/spatialdata/_core/operations/aggregate.py 58.97% 16 Missing ⚠️
src/spatialdata/_io/_utils.py 71.42% 10 Missing ⚠️
src/spatialdata/_io/io_raster.py 76.19% 10 Missing ⚠️
src/spatialdata/models/models.py 90.27% 7 Missing ⚠️
src/spatialdata/_io/io_shapes.py 72.72% 6 Missing ⚠️
src/spatialdata/_io/io_zarr.py 71.42% 6 Missing ⚠️
src/spatialdata/dataloader/datasets.py 79.31% 6 Missing ⚠️
src/spatialdata/_core/operations/rasterize_bins.py 86.84% 5 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1197      +/-   ##
==========================================
- Coverage   91.89%   91.31%   -0.58%     
==========================================
  Files          53       53              
  Lines        7942     8392     +450     
==========================================
+ Hits         7298     7663     +365     
- Misses        644      729      +85     
Files with missing lines Coverage Δ
src/spatialdata/__init__.py 95.65% <100.00%> (ø)
src/spatialdata/_core/_deepcopy.py 98.59% <100.00%> (+0.17%) ⬆️
src/spatialdata/_core/centroids.py 100.00% <100.00%> (ø)
src/spatialdata/_core/data_extent.py 97.97% <100.00%> (+0.07%) ⬆️
src/spatialdata/_core/operations/map.py 98.91% <100.00%> (+0.10%) ⬆️
src/spatialdata/_core/operations/transform.py 92.00% <100.00%> (+0.26%) ⬆️
src/spatialdata/_core/query/_utils.py 93.45% <100.00%> (+0.18%) ⬆️
src/spatialdata/_core/validation.py 100.00% <100.00%> (ø)
src/spatialdata/datasets.py 100.00% <100.00%> (ø)
src/spatialdata/models/_accessor.py 90.14% <100.00%> (ø)
... and 25 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.