Azure / azure-functions-python-library

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

Blueprint interfaces implementation #116

Closed YunchuWang closed 2 years ago

YunchuWang commented 2 years ago

Introducing blueprint concepts to new programming model (referenced to flask blueprint)

The benefits of blueprint is:

New public classes blueprint exposes:

image

codecov[bot] commented 2 years ago

Codecov Report

Merging #116 (06601f9) into dev (ce3e24f) will increase coverage by 0.11%. The diff coverage is 98.92%.

@@            Coverage Diff             @@
##              dev     #116      +/-   ##
==========================================
+ Coverage   89.23%   89.35%   +0.11%     
==========================================
  Files          51       51              
  Lines        2946     2959      +13     
  Branches      393      396       +3     
==========================================
+ Hits         2629     2644      +15     
  Misses        241      241              
+ Partials       76       74       -2     
Flag Coverage Δ
unittests 89.32% <98.92%> (+0.11%) :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.40% <98.91%> (+0.65%) :arrow_up:
azure/functions/__init__.py 100.00% <100.00%> (ø)

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 ce3e24f...06601f9. Read the comment docs.