Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
335 stars 103 forks source link

Bugfix for checking durable functions implicit output #1099

Closed gavin-aguiar closed 2 years ago

gavin-aguiar commented 2 years ago

Description

Fixed typo for setting implicit output binding

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 2 years ago

Codecov Report

Merging #1099 (98750b6) into dev (bcdb5cf) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 98750b6 differs from pull request most recent head 635106e. Consider uploading reports for the commit 635106e to get more accurate results

@@           Coverage Diff           @@
##              dev    #1099   +/-   ##
=======================================
  Coverage   83.88%   83.88%           
=======================================
  Files          34       34           
  Lines        1868     1868           
  Branches      300      300           
=======================================
  Hits         1567     1567           
  Misses        235      235           
  Partials       66       66           
Flag Coverage Δ
unittests 83.88% <ø> (ø)

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

Impacted Files Coverage Δ
azure_functions_worker/functions.py 96.21% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.