zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
1.01k stars 477 forks source link

fix: Create requests session only if pooling #46

Closed joeirimpan closed 6 years ago

joeirimpan commented 6 years ago

@vividvilla

codecov-io commented 6 years ago

Codecov Report

Merging #46 into master will decrease coverage by 1.23%. The diff coverage is 20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   77.04%   75.81%   -1.24%     
==========================================
  Files           3        3              
  Lines         305      306       +1     
  Branches       36       37       +1     
==========================================
- Hits          235      232       -3     
- Misses         62       65       +3     
- Partials        8        9       +1
Impacted Files Coverage Δ
kiteconnect/connect.py 72.79% <20%> (-1.38%) :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 d412ef9...30a763f. Read the comment docs.