Closed boshek closed 5 years ago
Merging #71 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #71 +/- ##
====================================
Coverage 77% 77%
====================================
Files 5 5
Lines 574 574
====================================
Hits 442 442
Misses 132 132
Impacted Files | Coverage Δ | |
---|---|---|
R/weather.R | 95.07% <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 b3eaece...eca7413. Read the comment docs.
Right that makes sense and explains the vagrant stations
object.
Description
Looks like the internal data wasn't explicitly being reference so any floating objects of the same name got passed into the function. I'm not totally clear on how but directly referencing the
stations
dataframe will avoid this.Related Issue
Closes #70