Skip to content

tests: force string annotations

0dce65b
Select commit
Loading
Failed to load commit list.
Open

Faster spatialdata import time #1075

tests: force string annotations
0dce65b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 19, 2026 in 1s

91.95% (target 1.00%)

View this Pull Request on Codecov

91.95% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 96.66667% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.95%. Comparing base (3d9dee3) to head (0dce65b).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/spatialdata/__init__.py 96.00% 1 Missing ⚠️
src/spatialdata/__main__.py 0.00% 1 Missing ⚠️
src/spatialdata/io/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1075      +/-   ##
==========================================
+ Coverage   91.93%   91.95%   +0.01%     
==========================================
  Files          51       51              
  Lines        7664     7715      +51     
==========================================
+ Hits         7046     7094      +48     
- Misses        618      621       +3     
Files with missing lines Coverage Δ
src/spatialdata/_core/_deepcopy.py 98.41% <100.00%> (+0.02%) ⬆️
src/spatialdata/_core/_elements.py 92.22% <100.00%> (+0.08%) ⬆️
src/spatialdata/_core/_utils.py 100.00% <100.00%> (ø)
src/spatialdata/_core/centroids.py 100.00% <100.00%> (ø)
src/spatialdata/_core/concatenate.py 92.53% <100.00%> (+0.05%) ⬆️
src/spatialdata/_core/data_extent.py 97.90% <100.00%> (+0.01%) ⬆️
src/spatialdata/_core/operations/aggregate.py 94.38% <100.00%> (+0.06%) ⬆️
src/spatialdata/_core/operations/map.py 98.80% <100.00%> (+0.01%) ⬆️
src/spatialdata/_core/operations/rasterize.py 90.26% <100.00%> (+0.09%) ⬆️
src/spatialdata/_core/operations/rasterize_bins.py 93.79% <100.00%> (ø)
... and 34 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.