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

fix lints #166

Closed timkpaine closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #166 (656c6b4) into main (257c2c7) will increase coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #166      +/-   ##
==========================================
+ Coverage   41.89%   41.91%   +0.01%     
==========================================
  Files         119      119              
  Lines        5755     5750       -5     
  Branches      876      876              
==========================================
- Hits         2411     2410       -1     
+ Misses       3191     3190       -1     
+ Partials      153      150       -3     
Impacted Files Coverage Δ
aat/engine/engine.py 32.44% <0.00%> (+0.17%) :arrow_up:
aat/core/order_book/order_book/order_book.py 64.56% <0.00%> (-0.40%) :arrow_down:
aat/exchange/public/iex.py 0.00% <0.00%> (ø)
aat/exchange/public/ib/ib.py 0.00% <0.00%> (ø)
aat/exchange/synthetic/server.py 0.00% <0.00%> (ø)
aat/exchange/synthetic/__init__.py 12.03% <0.00%> (+0.05%) :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 257c2c7...656c6b4. Read the comment docs.