Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spatial Join between a point and a set of polylines #1728

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from

Fix the order of includes s.t. everything compiles.

5359309
Select commit
Loading
Failed to load commit list.
Draft

Spatial Join between a point and a set of polylines #1728

Fix the order of includes s.t. everything compiles.
5359309
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 23, 2025 in 0s

89.61% (-0.25%) compared to 3213257

View this Pull Request on Codecov

89.61% (-0.25%) compared to 3213257

Details

Codecov Report

Attention: Patch coverage is 2.50000% with 117 lines in your changes missing coverage. Please review.

Project coverage is 89.61%. Comparing base (3213257) to head (5359309).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/engine/SpatialJoinAlgorithms.cpp 0.00% 112 Missing ⚠️
src/engine/SpatialJoin.cpp 50.00% 1 Missing and 1 partial ⚠️
src/parser/SpatialQuery.cpp 33.33% 1 Missing and 1 partial ⚠️
src/engine/Server.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1728      +/-   ##
==========================================
- Coverage   89.86%   89.61%   -0.25%     
==========================================
  Files         390      393       +3     
  Lines       37339    37599     +260     
  Branches     4205     4243      +38     
==========================================
+ Hits        33553    33695     +142     
- Misses       2483     2600     +117     
- Partials     1303     1304       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.