azure-functions-python-worker
azure-functions-python-worker copied to clipboard
Remove py3.6 reference from dispatcher
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
- [ ] I have read the contribution guidelines.
Codecov Report
:exclamation: No coverage uploaded for pull request base (
dev@bcda54d). Click here to learn what that means. The diff coverage is100.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 dataPowered by Codecov. Last update bcda54d...0b64e4e. Read the comment docs.
![]()
in testutil_lc, also remove there? @gavin-aguiar
More changes are needed for this PR. Making it a draft for now