fernandobrito / investments-toolkit

My personal collection of Python utilities for handling my investments
Apache License 2.0
7 stars 5 forks source link

feat: add ATR, pydantic, rename and move functions, add tests #7

Closed fernandobrito closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #7 (5765536) into main (a5f6b46) will increase coverage by 5.55%. The diff coverage is 93.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   59.82%   65.38%   +5.55%     
==========================================
  Files          13       15       +2     
  Lines         346      390      +44     
  Branches       26       27       +1     
==========================================
+ Hits          207      255      +48     
+ Misses        139      135       -4     
Impacted Files Coverage Δ
src/investmentstk/server.py 0.00% <0.00%> (ø)
src/investmentstk/models/bar.py 93.33% <88.88%> (+17.33%) :arrow_up:
src/investmentstk/data_feeds/avanza_client.py 100.00% <100.00%> (ø)
src/investmentstk/data_feeds/cmc_client.py 100.00% <100.00%> (ø)
src/investmentstk/data_feeds/data_feed.py 100.00% <100.00%> (ø)
src/investmentstk/formulas/atr.py 100.00% <100.00%> (ø)
src/investmentstk/models/asset.py 67.39% <100.00%> (ø)
src/investmentstk/models/barset.py 100.00% <100.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 a5f6b46...5765536. Read the comment docs.