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

Black and isort-ified the code

Open vrdmr opened this issue 1 year ago • 1 comments

Description

Pre-checks passed

azfuncpyworker on  vameru/black-isort-applied [$+] via venv311Arm64 via 🐍 system 
➜ git commit -m "Black and isort-ified the code"
black....................................................................Passed
isort....................................................................Passed
flake8...................................................................Passed
[vameru/black-isort-applied a196eb3] Black and isort-ified the code
 314 files changed, 7834 insertions(+), 7031 deletions(-)
 create mode 100644 pyproject.toml

PR information

  • [x] The title of the PR is clear and informative.
  • [x] 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

vrdmr avatar Jan 31 '24 22:01 vrdmr

Codecov Report

Attention: 60 lines in your changes are missing coverage. Please review.

Comparison is base (c0a2c3c) 85.46% compared to head (7cb8e77) 85.82%. Report is 2 commits behind head on dev.

:exclamation: Current head 7cb8e77 differs from pull request most recent head 8a600ea. Consider uploading reports for the commit 8a600ea to get more accurate results

Files Patch % Lines
azure_functions_worker/bindings/datumdef.py 63.63% 8 Missing and 4 partials :warning:
azure_functions_worker/dispatcher.py 85.48% 7 Missing and 2 partials :warning:
.../shared_memory_data_transfer/file_accessor_unix.py 66.66% 7 Missing and 1 partial :warning:
azure_functions_worker/logging.py 37.50% 5 Missing :warning:
azure_functions_worker/main.py 70.58% 5 Missing :warning:
azure_functions_worker/bindings/meta.py 76.47% 4 Missing :warning:
azure_functions_worker/functions.py 90.69% 1 Missing and 3 partials :warning:
...ared_memory_data_transfer/file_accessor_windows.py 50.00% 3 Missing :warning:
azure_functions_worker/bindings/generic.py 71.42% 1 Missing and 1 partial :warning:
azure_functions_worker/loader.py 88.88% 1 Missing and 1 partial :warning:
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1420      +/-   ##
==========================================
+ Coverage   85.46%   85.82%   +0.35%     
==========================================
  Files          35       35              
  Lines        1968     1961       -7     
  Branches      370      370              
==========================================
+ Hits         1682     1683       +1     
+ Misses        213      209       -4     
+ Partials       73       69       -4     
Flag Coverage Δ
unittests 85.77% <82.95%> (+0.35%) :arrow_up:

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 01 '24 00:02 codecov[bot]