Azure / azure-functions-python-library

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

Add generic binding decorators/Modify existing decorators to enable decorator extensibility under new programming model #108

Closed YunchuWang closed 2 years ago

YunchuWang commented 2 years ago

Add custom trigger, input and output bindings.

codecov[bot] commented 2 years ago

Codecov Report

Merging #108 (443e02f) into dev (04ea33b) will increase coverage by 0.33%. The diff coverage is 97.36%.

@@            Coverage Diff             @@
##              dev     #108      +/-   ##
==========================================
+ Coverage   84.67%   85.00%   +0.33%     
==========================================
  Files          46       47       +1     
  Lines        2714     2774      +60     
  Branches      363      371       +8     
==========================================
+ Hits         2298     2358      +60     
+ Misses        343      341       -2     
- Partials       73       75       +2     
Flag Coverage Δ
unittests 85.00% <97.36%> (+0.33%) :arrow_up:

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

Impacted Files Coverage Δ
azure/functions/decorators/blob.py 100.00% <ø> (ø)
azure/functions/decorators/cosmosdb.py 100.00% <ø> (ø)
azure/functions/decorators/eventhub.py 100.00% <ø> (ø)
azure/functions/decorators/http.py 100.00% <ø> (ø)
azure/functions/decorators/queue.py 100.00% <ø> (ø)
azure/functions/decorators/servicebus.py 100.00% <ø> (ø)
azure/functions/decorators/timer.py 100.00% <ø> (ø)
azure/functions/decorators/function_app.py 98.59% <94.11%> (-0.62%) :arrow_down:
azure/functions/decorators/core.py 98.61% <100.00%> (+2.95%) :arrow_up:
azure/functions/decorators/generic.py 100.00% <100.00%> (ø)
... and 2 more

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 04ea33b...443e02f. Read the comment docs.