Skip to content

fix: place nosemgrep comments on line before matched pattern

41bd6c6
Select commit
Loading
Failed to load commit list.
Open

feat(spp_api_v2_gis): add OGC API Features GIS endpoints #71

fix: place nosemgrep comments on line before matched pattern
41bd6c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2026 in 1s

58.09% (+2.29%) compared to 69e0e5a

View this Pull Request on Codecov

58.09% (+2.29%) compared to 69e0e5a

Details

Codecov Report

❌ Patch coverage is 72.24436% with 418 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.09%. Comparing base (69e0e5a) to head (41bd6c6).

Files with missing lines Patch % Lines
spp_api_v2_gis/services/layers_service.py 48.00% 143 Missing ⚠️
spp_api_v2_gis/routers/geofence.py 24.35% 59 Missing ⚠️
spp_api_v2_gis/services/spatial_query_service.py 75.23% 53 Missing ⚠️
spp_api_v2_gis/services/export_service.py 74.19% 32 Missing ⚠️
spp_api_v2_gis/routers/spatial_query.py 35.00% 26 Missing ⚠️
spp_api_v2_gis/services/ogc_service.py 83.06% 21 Missing ⚠️
spp_api_v2_gis/routers/statistics.py 36.66% 19 Missing ⚠️
spp_api_v2_gis/routers/export.py 39.28% 17 Missing ⚠️
spp_api_v2_gis/routers/ogc_features.py 86.44% 16 Missing ⚠️
spp_api_v2_gis/routers/proximity.py 46.15% 14 Missing ⚠️
... and 3 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0      #71      +/-   ##
==========================================
+ Coverage   55.79%   58.09%   +2.29%     
==========================================
  Files         162      188      +26     
  Lines        9291    10797    +1506     
==========================================
+ Hits         5184     6272    +1088     
- Misses       4107     4525     +418     
Files with missing lines Coverage Δ
spp_api_v2_gis/__init__.py 100.00% <100.00%> (ø)
spp_api_v2_gis/models/__init__.py 100.00% <100.00%> (ø)
spp_api_v2_gis/models/api_client_scope.py 100.00% <100.00%> (ø)
spp_api_v2_gis/models/fastapi_endpoint.py 100.00% <100.00%> (ø)
spp_api_v2_gis/routers/__init__.py 100.00% <100.00%> (ø)
spp_api_v2_gis/schemas/__init__.py 100.00% <100.00%> (ø)
spp_api_v2_gis/schemas/geofence.py 100.00% <100.00%> (ø)
spp_api_v2_gis/schemas/geojson.py 100.00% <100.00%> (ø)
spp_api_v2_gis/schemas/ogc.py 100.00% <100.00%> (ø)
spp_api_v2_gis/schemas/query.py 100.00% <100.00%> (ø)
... and 16 more
🚀 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.