robinhood-unofficial / pyrh

Python Framework to make trades with the unofficial Robinhood API
https://pyrh.readthedocs.io/en/latest/
MIT License
1.78k stars 603 forks source link

Type cast YARL URL to String to support concatenation #272

Closed cjbarker closed 4 years ago

cjbarker commented 4 years ago

Fixes #268 by type casting YARL.URL to str.

Bug was due to YARL library of type URL trying to concentrate the custom type to a string.

codecov-commenter commented 4 years ago

Codecov Report

Merging #272 into master will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #272   +/-   ##
=======================================
  Coverage   52.52%   52.52%           
=======================================
  Files          11       11           
  Lines         870      870           
  Branches      119      119           
=======================================
  Hits          457      457           
  Misses        403      403           
  Partials       10       10           
Impacted Files Coverage Δ
pyrh/robinhood.py 17.49% <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 ff1a066...cc4eb8c. Read the comment docs.