Azure / azure-functions-python-library

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

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

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 #165 (c3c0ba2) into dev (3d6797a) will decrease coverage by 0.05%. The diff coverage is 86.66%.

@@            Coverage Diff             @@
##              dev     #165      +/-   ##
==========================================
- Coverage   90.08%   90.03%   -0.05%     
==========================================
  Files          51       51              
  Lines        3006     3002       -4     
  Branches      799      797       -2     
==========================================
- Hits         2708     2703       -5     
  Misses        221      221              
- Partials       77       78       +1     
Flag Coverage Δ
unittests 90.00% <86.66%> (-0.05%) :arrow_down:

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

Impacted Files Coverage Δ
azure/functions/_abc.py 75.76% <ø> (-0.16%) :arrow_down:
azure/functions/_http_wsgi.py 89.00% <50.00%> (-1.82%) :arrow_down:
azure/functions/_http_asgi.py 90.42% <100.00%> (ø)
azure/functions/decorators/function_app.py 99.44% <100.00%> (ø)
azure/functions/decorators/utils.py 97.46% <100.00%> (ø)

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