azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

Remove py3.6 reference from dispatcher

Open gavin-aguiar opened this issue 3 years ago • 2 comments

Description

Ref: https://github.com/Azure/azure-functions-python-worker/issues/1038

Fixes #


PR information

  • [ ] The title of the PR is clear and informative.
  • [ ] There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • [ ] If applicable, the PR references the bug/issue that it fixes in the description.
  • [ ] New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

gavin-aguiar avatar Jun 07 '22 20:06 gavin-aguiar

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@bcda54d). Click here to learn what that means. The diff coverage is 100.00%.

@@          Coverage Diff           @@
##             dev    #1056   +/-   ##
======================================
  Coverage       ?   82.80%           
======================================
  Files          ?       33           
  Lines          ?     1774           
  Branches       ?      282           
======================================
  Hits           ?     1469           
  Misses         ?      234           
  Partials       ?       71           
Flag Coverage Δ
unittests 82.80% <100.00%> (?)

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

Impacted Files Coverage Δ
azure_functions_worker/dispatcher.py 89.06% <100.00%> (ø)

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 bcda54d...0b64e4e. Read the comment docs.

codecov[bot] avatar Jun 07 '22 20:06 codecov[bot]

image

in testutil_lc, also remove there? @gavin-aguiar

More changes are needed for this PR. Making it a draft for now

gavin-aguiar avatar Jun 14 '22 18:06 gavin-aguiar