AsyncAlgoTrading / aat

Asynchronous, event-driven algorithmic trading in Python and C++
https://aat.readthedocs.io
Apache License 2.0
664 stars 133 forks source link

Expose coinbase book to strategies #152

Open timkpaine opened 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #152 (0834527) into main (a61ff9a) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #152   +/-   ##
=======================================
  Coverage   42.09%   42.09%           
=======================================
  Files         119      119           
  Lines        5737     5737           
  Branches      772      772           
=======================================
  Hits         2415     2415           
  Misses       3169     3169           
  Partials      153      153           
Impacted Files Coverage Δ
aat/exchange/crypto/coinbase/client.py 0.00% <0.00%> (ø)
aat/strategy/sample/coinbase/readonly.py 0.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 a61ff9a...0834527. Read the comment docs.