openeemeter / eeweather

Fetch NCDC ISD, TMY3, or CZ2010 weather data that corresponds to ZIP Code Tabulation Areas or Latitude/Longitude.
http://eeweather.openee.io/
Apache License 2.0
50 stars 19 forks source link

added additional warning for 200km distance matching #12

Closed ssuffian closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #12    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          25     25            
  Lines        2339   2738   +399     
======================================
+ Hits         2339   2738   +399
Impacted Files Coverage Δ
tests/test_mappings.py 100% <100%> (ø) :arrow_up:
eeweather/mappings.py 100% <100%> (ø) :arrow_up:
eeweather/matching.py 100% <0%> (ø) :arrow_up:
tests/test_matching.py 100% <0%> (ø) :arrow_up:
tests/test_cli.py 100% <0%> (ø) :arrow_up:
eeweather/api.py 100% <0%> (ø) :arrow_up:
tests/test_database.py 100% <0%> (ø) :arrow_up:
eeweather/__init__.py 100% <0%> (ø) :arrow_up:
eeweather/cli.py 100% <0%> (ø) :arrow_up:
... and 1 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 e5c8c01...0be8ec1. Read the comment docs.