travis-ci
<a href="https://github.com/OpenTreeMap/otm-core/commit/773a1c60c">Back end handles geocode search with and without a magic key When geocoding with a magic key (i.e. user chose an autocomplete suggestion) * Use `settings.OMGEO_SETTINGS_FOR_MAGIC_KEY` * Return only the top hit (except for "point of interest" searches) When geocoding without a magic key (i.e. user did not choose an autocomplete suggestion) * Use `settings.OMGEO_SETTINGS` * In `OMGEO_SETTINGS` filter out `locator_type == 'Locality'` candidates. Otherwise `DupePicker` may consider only them because it filters out candidates that don't have the highest score. * Create geocoder with `postprocessors=[]` (otherwise only non-specific results are returned) * Restore bounding box code removed in </a><a class="double-link" href="https://github.com/OpenTreeMap/otm-core/commit/45ddc6d0d">45ddc6d0d</a>
14052 of 16935 relevant lines covered (82.98%)
0.83 hits per line
The commit SHA "773a1c60cb49505681555f0012d5dacd609f85f3" was not found in your repository, so the file cannot be loaded. This may be because you posted from a local development environment, or your CI created an ephemeral commit.