Azure / azure-functions-python-worker

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

feat: SDK bindings changes #1423

Closed hallvictoria closed 2 months ago

hallvictoria commented 4 months ago

Description

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 22.85714% with 27 lines in your changes are missing coverage. Please review.

Project coverage is 32.03%. Comparing base (c68f88b) to head (5e644ce).

Files Patch % Lines
azure_functions_worker/bindings/meta.py 24.13% 22 Missing :warning:
azure_functions_worker/loader.py 25.00% 3 Missing :warning:
azure_functions_worker/bindings/datumdef.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1423 +/- ## =========================================== - Coverage 85.10% 32.03% -53.08% =========================================== Files 35 35 Lines 1974 2001 +27 Branches 374 381 +7 =========================================== - Hits 1680 641 -1039 - Misses 218 1359 +1141 + Partials 76 1 -75 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1423/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1423/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `32.03% <22.85%> (-53.03%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 68.11594% with 22 lines in your changes are missing coverage. Please review.

Project coverage is 84.40%. Comparing base (cb9de58) to head (9eb0959). Report is 1 commits behind head on dev.

Files Patch % Lines
azure_functions_worker/bindings/meta.py 51.35% 13 Missing and 5 partials :warning:
azure_functions_worker/loader.py 70.00% 2 Missing and 1 partial :warning:
azure_functions_worker/functions.py 92.85% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1423 +/- ## =========================================== + Coverage 31.57% 84.40% +52.83% =========================================== Files 35 35 Lines 1986 2052 +66 Branches 293 302 +9 =========================================== + Hits 627 1732 +1105 + Misses 1358 237 -1121 - Partials 1 83 +82 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1423/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1423/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `84.35% <68.11%> (+52.78%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.