Azure / azure-functions-python-worker

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

Moving function indexing to init request #1446

Closed gavin-aguiar closed 3 months ago

gavin-aguiar commented 3 months ago

Description

Included in this PR:

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 85.30%. Comparing base (c68f88b) to head (916ffb2).

Files Patch % Lines
azure_functions_worker/dispatcher.py 92.30% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1446 +/- ## ========================================== + Coverage 85.10% 85.30% +0.19% ========================================== Files 35 35 Lines 1974 1987 +13 Branches 374 379 +5 ========================================== + Hits 1680 1695 +15 + Misses 218 216 -2 Partials 76 76 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1446/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/1446/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `85.25% <92.85%> (+0.19%)` | :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.

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 85.23%. Comparing base (c68f88b) to head (18d6231).

Files Patch % Lines
azure_functions_worker/dispatcher.py 81.08% 6 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1446 +/- ## ========================================== + Coverage 85.10% 85.23% +0.12% ========================================== Files 35 35 Lines 1974 1998 +24 Branches 374 378 +4 ========================================== + Hits 1680 1703 +23 - Misses 218 219 +1 Partials 76 76 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1446/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/1446/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `85.18% <82.05%> (+0.12%)` | :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.