Azure / azure-functions-python-library

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

Error raised from Flask app is logged as successful function execution #166

Closed YunchuWang closed 1 year ago

YunchuWang commented 1 year ago

fixes https://github.com/Azure/azure-functions-python-worker/issues/886

codecov[bot] commented 1 year ago

Codecov Report

Merging #166 (9884334) into dev (5b4b1c0) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #166   +/-   ##
=======================================
  Coverage   90.35%   90.36%           
=======================================
  Files          53       53           
  Lines        3029     3031    +2     
  Branches      801      802    +1     
=======================================
+ Hits         2737     2739    +2     
  Misses        215      215           
  Partials       77       77           
Flag Coverage Δ
unittests 90.33% <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/_http_wsgi.py 91.00% <100.00%> (+0.18%) :arrow_up:

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