Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
147 stars 61 forks source link

BugFix: Asgi Path Param Encoding change to utf-8 #208

Closed YunchuWang closed 3 months ago

YunchuWang commented 4 months ago

fixes https://github.com/Azure/azure-functions-python-worker/issues/1437

asgi encoding reference (https://asgi.readthedocs.io/en/latest/specs/www.html#wsgi-encoding-differences)

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.10%. Comparing base (31f3d42) to head (a62c126).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #208 +/- ## ======================================= Coverage 93.10% 93.10% ======================================= Files 56 56 Lines 3247 3247 Branches 666 666 ======================================= Hits 3023 3023 Misses 137 137 Partials 87 87 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-library/pull/208/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-library/pull/208/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `93.07% <100.00%> (ø)` | | 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

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.10%. Comparing base (31f3d42) to head (a62c126). Report is 1 commits behind head on dev.

:exclamation: Current head a62c126 differs from pull request most recent head 231ecfe. Consider uploading reports for the commit 231ecfe to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #208 +/- ## ======================================= Coverage 93.10% 93.10% ======================================= Files 56 56 Lines 3247 3247 Branches 666 666 ======================================= Hits 3023 3023 Misses 137 137 Partials 87 87 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-library/pull/208/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-library/pull/208/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `93.07% <100.00%> (ø)` | | 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.