pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

Fix AV, see issue #741

Open Lambdac0re opened this issue 3 years ago • 1 comments

  • [x] closes #741
  • [ ] tests added / passed
  • [ ] passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • [ ] passes black --check pandas_datareader
  • [ ] added entry to docs/source/whatsnew/vLATEST.txt

Can't do the tests etc right now, just doing a quick inline bugfix, sorry about that.

Lambdac0re avatar Mar 01 '21 17:03 Lambdac0re

Codecov Report

Merging #856 (617ea59) into master (90f155a) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #856   +/-   ##
=======================================
  Coverage   64.03%   64.03%           
=======================================
  Files          65       65           
  Lines        2906     2906           
  Branches      311      311           
=======================================
  Hits         1861     1861           
  Misses        969      969           
  Partials       76       76           
Impacted Files Coverage Δ
pandas_datareader/av/time_series.py 40.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 90f155a...617ea59. Read the comment docs.

codecov-io avatar Mar 01 '21 19:03 codecov-io