jessecooper / pyetrade

Python E-Trade API Wrapper
GNU General Public License v3.0
209 stars 97 forks source link

Update order.py #17

Closed hz2018tv closed 4 years ago

hz2018tv commented 4 years ago

Per conversation from https://github.com/jessecooper/pyetrade/issues/15

codecov-io commented 4 years ago

Codecov Report

Merging #17 into master will decrease coverage by 2.83%. The diff coverage is 9.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   68.43%   65.59%   -2.84%     
==========================================
  Files           5        5              
  Lines         415      436      +21     
==========================================
+ Hits          284      286       +2     
- Misses        131      150      +19     
Impacted Files Coverage Δ
pyetrade/order.py 83.33% <9.52%> (-16.67%) :arrow_down:

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 e13147b...0bac5b0. Read the comment docs.

jessecooper commented 4 years ago

Looks good thanks for the PR.