alexgolec / tda-api

A TD Ameritrade API client for Python. Includes historical data for equities and ETFs, options chains, streaming order book data, complex order construction, and more.
https://tda-api.readthedocs.io
MIT License
1.26k stars 335 forks source link

Sets default timeout to 30s and adds timeout management #315

Closed alexgolec closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #315 (8bbf9b6) into master (b1069e6) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #315   +/-   ##
=======================================
  Coverage   99.58%   99.59%           
=======================================
  Files          19       19           
  Lines        2195     2198    +3     
  Branches      307      307           
=======================================
+ Hits         2186     2189    +3     
  Misses          4        4           
  Partials        5        5           
Flag Coverage Δ
unittests 99.59% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tda/client/base.py 99.56% <100.00%> (+<0.01%) :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 b1069e6...8bbf9b6. Read the comment docs.