xpublish-community / xpublish-edr

OGC EDR router for xpublish
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Add `area` endpoint support #49

Closed mpiannucci closed 3 weeks ago

mpiannucci commented 1 month ago
mpiannucci commented 1 month ago

pre-commit.ci autofix

mpiannucci commented 1 month ago

pre-commit.ci autofix

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 74.22680% with 25 lines in your changes missing coverage. Please review.

Project coverage is 81.64%. Comparing base (434d6b9) to head (83458f3). Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
xpublish_edr/select.py 72.30% 18 Missing :warning:
xpublish_edr/plugin.py 77.41% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #49 +/- ## ========================================== + Coverage 79.02% 81.64% +2.62% ========================================== Files 6 7 +1 Lines 205 267 +62 ========================================== + Hits 162 218 +56 - Misses 43 49 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mpiannucci commented 1 month ago

Love when code coverage goes down from adding more tests lol

mpiannucci commented 3 weeks ago

Agree with this feedback, especially because I want to add multipoint support next which further complicates things

I'll do some cleaning before merging :)

mpiannucci commented 3 weeks ago

@abkfenris Let me know how you feel about this reorg

abkfenris commented 3 weeks ago

@mpiannucci Much easier to follow, thank you.