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

Rich #284

Closed tfukaza closed 2 years ago

tfukaza commented 2 years ago

Uses Rich library to improve CLI

codecov[bot] commented 2 years ago

Codecov Report

Merging #284 (0c89d0c) into main (875879a) will decrease coverage by 0.92%. The diff coverage is 73.94%.

@@            Coverage Diff             @@
##             main     #284      +/-   ##
==========================================
- Coverage   53.29%   52.37%   -0.93%     
==========================================
  Files          25       26       +1     
  Lines        3925     4057     +132     
==========================================
+ Hits         2092     2125      +33     
- Misses       1833     1932      +99     
Flag Coverage Δ
unittests 52.37% <73.94%> (-0.93%) :arrow_down:

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

Impacted Files Coverage Δ
harvest/algo.py 40.54% <0.00%> (ø)
harvest/api/_base.py 67.03% <11.11%> (-2.29%) :arrow_down:
harvest/util/factory.py 48.00% <48.00%> (ø)
harvest/api/paper.py 82.44% <60.00%> (-0.54%) :arrow_down:
harvest/trader/trader.py 77.04% <78.57%> (-0.62%) :arrow_down:
harvest/definitions.py 89.61% <85.18%> (+2.75%) :arrow_up:
harvest/cli.py 58.82% <93.47%> (-5.93%) :arrow_down:
harvest/api/yahoo.py 86.03% <100.00%> (+0.15%) :arrow_up:
harvest/utils.py 80.43% <100.00%> (+0.08%) :arrow_up:
harvest/api/polygon.py 0.00% <0.00%> (-19.14%) :arrow_down:
... and 7 more

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 875879a...0c89d0c. Read the comment docs.