Azure / azure-functions-python-worker

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

Moving get_bindings_registry to static list #1197

Closed gavin-aguiar closed 1 year ago

gavin-aguiar commented 1 year ago

Description

Fixes #1179


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 1 year ago

Codecov Report

Merging #1197 (c67afce) into dev (c403eab) will decrease coverage by 52.42%. The diff coverage is 42.85%.

:exclamation: Current head c67afce differs from pull request most recent head 774ecea. Consider uploading reports for the commit 774ecea to get more accurate results

@@             Coverage Diff             @@
##              dev    #1197       +/-   ##
===========================================
- Coverage   84.42%   32.00%   -52.42%     
===========================================
  Files          34       34               
  Lines        1900     1903        +3     
  Branches      366      366               
===========================================
- Hits         1604      609      -995     
- Misses        229     1293     +1064     
+ Partials       67        1       -66     
Flag Coverage Δ
unittests 32.00% <42.85%> (-52.37%) :arrow_down:

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

Impacted Files Coverage Δ
azure_functions_worker/dispatcher.py 19.44% <0.00%> (-69.65%) :arrow_down:
azure_functions_worker/bindings/meta.py 26.19% <50.00%> (-58.15%) :arrow_down:
azure_functions_worker/bindings/__init__.py 100.00% <100.00%> (ø)

... and 22 files with indirect coverage changes

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