Skip to content

chore: remove local dev files from PR and add to .gitignore

9c07640
Select commit
Loading
Failed to load commit list.
Open

feat: Add lazy table loading via anndata.experimental.read_lazy #1055

chore: remove local dev files from PR and add to .gitignore
9c07640
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 4, 2026 in 1s

91.94% (target 1.00%)

View this Pull Request on Codecov

91.94% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 91.66667% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.94%. Comparing base (094b869) to head (9c07640).

Files with missing lines Patch % Lines
src/spatialdata/_core/query/relational_query.py 66.66% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1055      +/-   ##
==========================================
- Coverage   91.96%   91.94%   -0.03%     
==========================================
  Files          51       51              
  Lines        7729     7745      +16     
==========================================
+ Hits         7108     7121      +13     
- Misses        621      624       +3     
Files with missing lines Coverage Δ
src/spatialdata/_core/spatialdata.py 91.93% <100.00%> (ø)
src/spatialdata/_io/io_table.py 91.11% <100.00%> (+0.63%) ⬆️
src/spatialdata/_io/io_zarr.py 92.45% <100.00%> (+0.07%) ⬆️
src/spatialdata/_utils.py 85.62% <100.00%> (+0.09%) ⬆️
src/spatialdata/models/models.py 88.77% <100.00%> (+0.09%) ⬆️
src/spatialdata/_core/query/relational_query.py 91.10% <66.66%> (-0.53%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.