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 338 forks source link

Use lazy log evaluation throughout #296

Closed alexgolec closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #296 (e07d665) into master (823e5c2) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #296   +/-   ##
=======================================
  Coverage   99.58%   99.58%           
=======================================
  Files          19       19           
  Lines        2186     2193    +7     
  Branches      293      306   +13     
=======================================
+ Hits         2177     2184    +7     
  Misses          4        4           
  Partials        5        5           
Flag Coverage Δ
unittests 99.58% <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/auth.py 99.49% <100.00%> (ø)
tda/client/asynchronous.py 100.00% <100.00%> (ø)
tda/client/base.py 99.56% <100.00%> (ø)
tda/client/synchronous.py 100.00% <100.00%> (ø)
tda/debug.py 98.70% <100.00%> (ø)
tda/streaming.py 99.83% <100.00%> (ø)
tda/utils.py 94.52% <100.00%> (+0.40%) :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 823e5c2...e07d665. Read the comment docs.