Azure / azure-functions-python-worker

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

Reverted route validation #1278

Closed gavin-aguiar closed 11 months ago

gavin-aguiar commented 1 year ago

Description

Reverting route validation from the python worker. This will be adding in the library

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 1 year ago

Codecov Report

Merging #1278 (0680859) into dev (242853b) will decrease coverage by 51.97%. The diff coverage is 0.00%.

:exclamation: Current head 0680859 differs from pull request most recent head 33370c8. Consider uploading reports for the commit 33370c8 to get more accurate results

@@             Coverage Diff             @@
##              dev    #1278       +/-   ##
===========================================
- Coverage   84.25%   32.29%   -51.97%     
===========================================
  Files          34       34               
  Lines        1925     1917        -8     
  Branches      366      364        -2     
===========================================
- Hits         1622      619     -1003     
- Misses        231     1297     +1066     
+ Partials       72        1       -71     
Flag Coverage Δ
unittests 32.29% <0.00%> (-51.92%) :arrow_down:

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

Files Changed Coverage Δ
azure_functions_worker/functions.py 24.44% <0.00%> (-71.84%) :arrow_down:

... and 22 files with indirect coverage changes