AsyncAlgoTrading / aat

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

Upkeep #162

Closed timkpaine closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #162 (309a019) into main (bd61e8e) will decrease coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #162      +/-   ##
==========================================
- Coverage   41.98%   41.89%   -0.09%     
==========================================
  Files         119      119              
  Lines        5755     5755              
  Branches      778      778              
==========================================
- Hits         2416     2411       -5     
- Misses       3186     3191       +5     
  Partials      153      153              
Impacted Files Coverage Δ
aat/core/table.py 46.51% <0.00%> (-11.63%) :arrow_down:
aat/engine/engine.py 32.27% <0.00%> (-1.06%) :arrow_down:
aat/tests/engine/test_periodic.py 93.10% <0.00%> (+3.44%) :arrow_up:
aat/tests/core/models/test_trade.py 90.90% <0.00%> (+9.09%) :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 bd61e8e...309a019. Read the comment docs.