Azure / azure-functions-python-library

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

Optimize functions decorator #129

Closed tonybaloney closed 2 years ago

tonybaloney commented 2 years ago

Creates an additional stack call for an instance property.

codecov[bot] commented 2 years ago

Codecov Report

Merging #129 (66da2e5) into dev (45e16bc) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #129   +/-   ##
=======================================
  Coverage   90.09%   90.09%           
=======================================
  Files          51       51           
  Lines        2959     2959           
  Branches      396      396           
=======================================
  Hits         2666     2666           
  Misses        218      218           
  Partials       75       75           
Flag Coverage Δ
unittests 90.06% <100.00%> (ø)

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

Impacted Files Coverage Δ
azure/functions/decorators/function_app.py 99.40% <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 45e16bc...66da2e5. Read the comment docs.