Azure / azure-functions-python-library

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

Binding name updates #139

Closed gavin-aguiar closed 2 years ago

gavin-aguiar commented 2 years ago

All input and output binding names are suffixed with _input and _output.

codecov[bot] commented 2 years ago

Codecov Report

Merging #139 (2ca39cd) into dev (eb70e09) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #139   +/-   ##
=======================================
  Coverage   90.14%   90.14%           
=======================================
  Files          51       51           
  Lines        2974     2974           
  Branches      396      396           
=======================================
  Hits         2681     2681           
  Misses        218      218           
  Partials       75       75           
Flag Coverage Δ
unittests 90.11% <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.42% <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 eb70e09...2ca39cd. Read the comment docs.