Azure / azure-functions-python-worker

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

Updating the dependencies and build pipelines to support Arm64 macOS #1267

Closed vrdmr closed 1 year ago

vrdmr commented 1 year ago

Description

Fixes #915


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 1 year ago

Codecov Report

Merging #1267 (4fbd8c2) into dev (cd16cf0) will decrease coverage by 52.00%. The diff coverage is n/a.

:exclamation: Current head 4fbd8c2 differs from pull request most recent head aad33b3. Consider uploading reports for the commit aad33b3 to get more accurate results

@@             Coverage Diff             @@
##              dev    #1267       +/-   ##
===========================================
- Coverage   83.98%   31.98%   -52.00%     
===========================================
  Files          34       34               
  Lines        1904     1904               
  Branches      366      366               
===========================================
- Hits         1599      609      -990     
- Misses        234     1294     +1060     
+ Partials       71        1       -70     
Flag Coverage Δ
unittests 31.98% <ø> (-51.95%) :arrow_down:

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

see 24 files with indirect coverage changes

vrdmr commented 1 year ago

Consumption tests will fail for 3.9 and above as protobuf versions have changed in this PR and don't match the one in the image.