agrc / masquerade

Disguise UGRC's Web API endpoints as an Esri locator service.
https://github.com/agrc/masquerade#readme
MIT License
1 stars 0 forks source link

feat: add support for single-line input for batch jobs #189

Closed stdavis closed 6 months ago

stdavis commented 6 months ago

@mhchou reported this issue. This PR allows users to geocode tables with addresses that contain both the address and zone in a single field.

Also waiting on @mhchou to verify that staging fixes the issue.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (bfd45ed) 85.39% compared to head (caa56e5) 92.77%. Report is 97 commits behind head on main.

Files Patch % Lines
src/masquerade/main.py 84.44% 5 Missing and 2 partials :warning:
src/masquerade/providers/open_sgid.py 93.84% 3 Missing and 1 partial :warning:
src/masquerade/providers/web_api.py 86.20% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #189 +/- ## ========================================== + Coverage 85.39% 92.77% +7.38% ========================================== Files 3 4 +1 Lines 315 360 +45 Branches 33 44 +11 ========================================== + Hits 269 334 +65 + Misses 40 17 -23 - Partials 6 9 +3 ```

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

stdavis commented 6 months ago

Confirmed with @mhchou that staging fixes the issue. ✅