Closed Andrew-Dickinson closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.03%. Comparing base (
678012b
) to head (4cd452d
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The zip code validation applied in #604 only applies to non NYC addresses. We actually want to do this for all addresses, so that a mistaken address falls back to pelias parsing (slack thread with an example here)
This PR moves the logic to happen regardless of if we use OSM or the NYC DOB API to do the address validation