Azure / azure-functions-python-worker

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

Removing __init__.py copy step in *_env_gen.yml files for v3 #1074

Closed gavin-aguiar closed 2 years ago

gavin-aguiar commented 2 years ago

Description

Porting https://github.com/Azure/azure-functions-python-worker/pull/972 to v3

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 2 years ago

Codecov Report

Merging #1074 (729c189) into v3.x-dev (e78e2e3) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 729c189 differs from pull request most recent head f36ae74. Consider uploading reports for the commit f36ae74 to get more accurate results

@@            Coverage Diff            @@
##           v3.x-dev    #1074   +/-   ##
=========================================
  Coverage     82.43%   82.43%           
=========================================
  Files            33       33           
  Lines          1657     1657           
  Branches        265      265           
=========================================
  Hits           1366     1366           
  Misses          226      226           
  Partials         65       65           
Flag Coverage Δ
unittests 82.43% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e78e2e3...f36ae74. Read the comment docs.