Azure / azure-functions-python-worker

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

label flaky httpfunction tests in thirdparty pystein http tests #1060

Closed YunchuWang closed 2 years ago

YunchuWang commented 2 years ago

Description

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 2 years ago

Codecov Report

Merging #1060 (b424067) into dev (98053f1) will decrease coverage by 51.23%. The diff coverage is n/a.

:exclamation: Current head b424067 differs from pull request most recent head 735964e. Consider uploading reports for the commit 735964e to get more accurate results

@@             Coverage Diff             @@
##              dev    #1060       +/-   ##
===========================================
- Coverage   83.09%   31.85%   -51.24%     
===========================================
  Files          33       33               
  Lines        1775     1764       -11     
  Branches      282      282               
===========================================
- Hits         1475      562      -913     
- Misses        232     1201      +969     
+ Partials       68        1       -67     
Flag Coverage Δ
unittests 31.85% <ø> (-51.24%) :arrow_down:

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

Impacted Files Coverage Δ
azure_functions_worker/functions.py 23.72% <0.00%> (-72.32%) :arrow_down:
azure_functions_worker/dispatcher.py 19.14% <0.00%> (-69.98%) :arrow_down:
azure_functions_worker/utils/tracing.py 31.81% <0.00%> (-68.19%) :arrow_down:
azure_functions_worker/utils/common.py 33.33% <0.00%> (-66.67%) :arrow_down:
azure_functions_worker/bindings/meta.py 25.30% <0.00%> (-57.84%) :arrow_down:
...s/shared_memory_data_transfer/shared_memory_map.py 28.57% <0.00%> (-55.36%) :arrow_down:
azure_functions_worker/extension.py 43.92% <0.00%> (-55.16%) :arrow_down:
.../shared_memory_data_transfer/file_accessor_unix.py 19.60% <0.00%> (-54.91%) :arrow_down:
azure_functions_worker/utils/dependency.py 33.08% <0.00%> (-53.39%) :arrow_down:
azure_functions_worker/loader.py 32.14% <0.00%> (-52.39%) :arrow_down:
... and 15 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 98053f1...735964e. Read the comment docs.