Closed dwinrow closed 2 years ago
Merging #81 (bd8c935) into master (ddd93a6) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #81 +/- ##
=======================================
Coverage 88.23% 88.23%
=======================================
Files 4 4
Lines 34 34
=======================================
Hits 30 30
Misses 4 4
Impacted Files | Coverage Δ | |
---|---|---|
src/downloads.jl | 85.71% <100.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 ddd93a6...bd8c935. Read the comment docs.
Can we add fred("DGS10")
in tests? To verify that this fix is really working?
Added a test to show that the values in the TimeArray are not AbstractStrings (they are before this fix)
You might want to go further than this and not return missing values, idk.
FRED returns data for all week days, and returns a period '.' for some dates (presumably bank holidays or non-market days for another reason). This fix treats the missing data as a
missing
so allowing the CSV package to identify a numeric type.Fixes #79