Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
151 stars 63 forks source link

Implement read1 method for InputStream #149

Closed pdthummar closed 1 year ago

pdthummar commented 1 year ago

Implementing read1 method for InputStream which enables support for libraries like pandas to pass InputStream Directly. Fixes: https://github.com/Azure/azure-functions-python-library/issues/92

codecov[bot] commented 1 year ago

Codecov Report

Merging #149 (ac19811) into dev (8fb366b) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #149   +/-   ##
=======================================
  Coverage   90.15%   90.15%           
=======================================
  Files          50       50           
  Lines        2995     2996    +1     
  Branches      399      399           
=======================================
+ Hits         2700     2701    +1     
  Misses        219      219           
  Partials       76       76           
Flag Coverage Δ
unittests 90.12% <100.00%> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Δ
azure/functions/blob.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.