michaeldrennen / Geonames

A Laravel (php) package to interface with the geo-location services at geonames.org.
MIT License
89 stars 38 forks source link

Pass geonames:geoname connection to all commands #39

Closed karlshea closed 3 years ago

karlshea commented 4 years ago

geonames:geoname isn't passing the connection to geonames:download-geonames when not running in test mode.

Fixes #38

codecov[bot] commented 4 years ago

Codecov Report

Merging #39 into master will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #39   +/-   ##
=========================================
  Coverage     25.01%   25.01%           
  Complexity      425      425           
=========================================
  Files            41       41           
  Lines          2063     2063           
=========================================
  Hits            516      516           
  Misses         1547     1547           
Impacted Files Coverage Δ Complexity Δ
src/Console/Geoname.php 13.33% <0.00%> (ø) 3.00 <0.00> (ø)

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 7065308...e099a97. Read the comment docs.