mysociety / mapit

A web service to map postcodes to administrative boundaries and more
Other
269 stars 88 forks source link

Add within parameter to point lookup. #375

Closed dracos closed 3 years ago

dracos commented 3 years ago

Fixes #363

codecov[bot] commented 3 years ago

Codecov Report

Merging #375 (3d1b3b7) into master (cb3dba3) will increase coverage by 5.11%. The diff coverage is 97.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #375      +/-   ##
==========================================
+ Coverage   66.83%   71.95%   +5.11%     
==========================================
  Files          39       39              
  Lines        2201     2296      +95     
==========================================
+ Hits         1471     1652     +181     
+ Misses        730      644      -86     
Impacted Files Coverage Δ
mapit/context_processors.py 100.00% <ø> (ø)
...commands/mapit_delete_areas_from_new_generation.py 78.94% <71.42%> (+78.94%) :arrow_up:
mapit/views/areas.py 72.03% <88.88%> (+0.47%) :arrow_up:
...t/management/commands/mapit_generation_activate.py 100.00% <100.00%> (+100.00%) :arrow_up:
...pit/management/commands/mapit_generation_create.py 100.00% <100.00%> (+100.00%) :arrow_up:
...management/commands/mapit_generation_deactivate.py 100.00% <100.00%> (+100.00%) :arrow_up:
mapit/tests/test_generation_commands.py 100.00% <100.00%> (ø)
mapit/tests/test_views.py 100.00% <100.00%> (ø)
mapit/models.py 84.33% <0.00%> (+0.92%) :arrow_up:
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cb3dba3...3d1b3b7. Read the comment docs.