Closed philngo closed 6 years ago
Merging #32 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #32 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 27 27
Lines 2462 2508 +46
=====================================
+ Hits 2462 2508 +46
Impacted Files | Coverage Δ | |
---|---|---|
eeweather/stations.py | 100% <100%> (ø) |
:arrow_up: |
eeweather/ranking.py | 100% <100%> (ø) |
:arrow_up: |
tests/test_ranking.py | 100% <100%> (ø) |
:arrow_up: |
tests/test_stations.py | 100% <100%> (ø) |
:arrow_up: |
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 91cf13d...261be45. Read the comment docs.
Fixes an annoyance that previously disallowed using non-normalized dates, (i.e., dates with non-zero minutes or seconds that do not fall exactly on an hour or a day boundary) to be used to access
station.load_isd_hourly_temp_data
,station.load_isd_daily_temp_data
, andstation.load_gsod_daily_temp_data
. This is now possible.