Azure / azure-functions-python-worker

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

Docker tests fixes to install dependencies #1461

Open gavin-aguiar opened 3 months ago

gavin-aguiar commented 3 months ago

Description

Installing dependencies for docker tests. Everything in install_requires will be installed

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 31.93%. Comparing base (0913d9c) to head (04b0484).

:exclamation: Current head 04b0484 differs from pull request most recent head 5820f5a. Consider uploading reports for the commit 5820f5a to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1461 +/- ## =========================================== - Coverage 85.23% 31.93% -53.31% =========================================== Files 35 35 Lines 1998 1998 Branches 378 378 =========================================== - Hits 1703 638 -1065 - Misses 219 1359 +1140 + Partials 76 1 -75 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1461/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/1461/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `31.93% <ø> (-53.26%)` | :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.