tfukaza / harvest

Simple and intuitive Python framework for algorithmic trading. Easily create bots to live and paper trade stocks, crypto, and options!
https://tfukaza.github.io/harvest-website
MIT License
124 stars 26 forks source link

More api #289

Closed tfukaza closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #289 (21ed913) into main (4f66655) will increase coverage by 0.51%. The diff coverage is 30.39%.

@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
+ Coverage   46.84%   47.36%   +0.51%     
==========================================
  Files          26       26              
  Lines        4111     4155      +44     
==========================================
+ Hits         1926     1968      +42     
- Misses       2185     2187       +2     
Flag Coverage Δ
unittests 47.36% <30.39%> (+0.51%) :arrow_up:

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

Impacted Files Coverage Δ
harvest/api/paper.py 69.51% <ø> (ø)
harvest/api/_base.py 58.41% <5.47%> (-4.97%) :arrow_down:
harvest/trader/trader.py 58.41% <92.85%> (+3.75%) :arrow_up:
harvest/storage/base_storage.py 81.29% <93.33%> (+9.47%) :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 4f66655...21ed913. Read the comment docs.