Azure / azure-functions-python-library

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

Add ExternalHttpFunctionApp #176

Closed YunchuWang closed 1 year ago

YunchuWang commented 1 year ago

Hotfix for missing import of ExternalHttpFunctionApp class in lib version 1.14.0

codecov[bot] commented 1 year ago

Codecov Report

Merging #176 (b28a46a) into dev (2b4cbd5) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #176      +/-   ##
==========================================
+ Coverage   90.51%   90.54%   +0.03%     
==========================================
  Files          53       53              
  Lines        3122     3132      +10     
  Branches      815      818       +3     
==========================================
+ Hits         2826     2836      +10     
  Misses        219      219              
  Partials       77       77              
Flag Coverage Δ
unittests 90.51% <100.00%> (+0.03%) :arrow_up:

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

Impacted Files Coverage Δ
azure/functions/decorators/__init__.py 100.00% <ø> (ø)
azure/functions/decorators/function_app.py 99.27% <100.00%> (+0.01%) :arrow_up: