dieghernan / nominatimlite

Lite interface for getting data from OSM geocoder service.
https://dieghernan.github.io/nominatimlite/
Other
19 stars 2 forks source link

Improve tests and examples if server not reachable #11

Closed dieghernan closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (1dc59d0) into main (5a2a821) will increase coverage by 0.41%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #11      +/-   ##
===========================================
+ Coverage   99.58%   100.00%   +0.41%     
===========================================
  Files           9        10       +1     
  Lines         486       488       +2     
===========================================
+ Hits          484       488       +4     
+ Misses          2         0       -2     
Impacted Files Coverage Δ
R/bbox_to_poly.R 100.00% <ø> (ø)
R/reverse_geo_lite.R 100.00% <ø> (+1.35%) :arrow_up:
R/geo_address_lookup.R 100.00% <100.00%> (ø)
R/geo_address_lookup_sf.R 100.00% <100.00%> (ø)
R/geo_amenity.R 100.00% <100.00%> (ø)
R/geo_amenity_sf.R 100.00% <100.00%> (ø)
R/geo_lite.R 100.00% <100.00%> (ø)
R/geo_lite_sf.R 100.00% <100.00%> (ø)
R/nominatim_check_access.R 100.00% <100.00%> (ø)
R/reverse_geo_lite_sf.R 100.00% <100.00%> (+1.14%) :arrow_up:
... and 2 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 5a2a821...1dc59d0. Read the comment docs.