Skip to content

feat(spp_api_v2_gis): promote to Beta with validation and exception f…

2ae14e6
Select commit
Loading
Failed to load commit list.
Open

feat(spp_api_v2_gis): promote to Beta with validation and exception fixes #147

feat(spp_api_v2_gis): promote to Beta with validation and exception f…
2ae14e6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 1, 2026 in 0s

71.06% (-0.01%) compared to f738582, passed because coverage increased by 0% when compared to adjusted base (71.06%)

View this Pull Request on Codecov

71.06% (-0.01%) compared to f738582, passed because coverage increased by 0% when compared to adjusted base (71.06%)

Details

Codecov Report

❌ Patch coverage is 72.72727% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.06%. Comparing base (f738582) to head (2ae14e6).

Files with missing lines Patch % Lines
spp_api_v2_gis/schemas/query.py 77.27% 5 Missing ⚠️
spp_api_v2_gis/routers/proximity.py 0.00% 1 Missing ⚠️
spp_api_v2_gis/routers/spatial_query.py 0.00% 1 Missing ⚠️
spp_api_v2_gis/routers/statistics.py 0.00% 1 Missing ⚠️
spp_api_v2_gis/schemas/geofence.py 87.50% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #147      +/-   ##
==========================================
- Coverage   71.06%   71.06%   -0.01%     
==========================================
  Files         925      925              
  Lines       54704    54731      +27     
==========================================
+ Hits        38876    38895      +19     
- Misses      15828    15836       +8     
Files with missing lines Coverage Δ
spp_api_v2_gis/__manifest__.py 0.00% <ø> (ø)
spp_api_v2_gis/routers/proximity.py 46.15% <0.00%> (ø)
spp_api_v2_gis/routers/spatial_query.py 35.00% <0.00%> (ø)
spp_api_v2_gis/routers/statistics.py 36.66% <0.00%> (ø)
spp_api_v2_gis/schemas/geofence.py 96.87% <87.50%> (-3.13%) ⬇️
spp_api_v2_gis/schemas/query.py 93.82% <77.27%> (-6.18%) ⬇️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.