nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
12 stars 14 forks source link

Fix: NYC addresses are sent to random New England towns #604

Closed Andrew-Dickinson closed 1 month ago

Andrew-Dickinson commented 2 months ago

This has been a persisent import script issue, but it seemed to only happen for badly formatted addresses so I never looked that carefully into it. However today I noticed it was happening for perfectly valid YAYB addresses, and decided to try to fix it. I think this is gonna make things a great deal better

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.03%. Comparing base (dfa0125) to head (f3a9057). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #604 +/- ## ======================================= Coverage 94.03% 94.03% ======================================= Files 75 75 Lines 3087 3087 ======================================= Hits 2903 2903 Misses 184 184 ```

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

Andrew-Dickinson commented 1 month ago

Merging as this is import script related and Willard is still on vacation