Skip to content

Removing __init__.py copy step in *_env_gen.yml files #972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

vrdmr
Copy link
Member

@vrdmr vrdmr commented Mar 2, 2022

Description

This is to enable the Dependency Isolation feature, which requires azure to not be a module, but a namespace.

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

@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #972 (9d52df7) into dev (2e00ec1) will decrease coverage by 42.06%.
The diff coverage is n/a.

❗ Current head 9d52df7 differs from pull request most recent head 18acbdf. Consider uploading reports for the commit 18acbdf to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##              dev     #972       +/-   ##
===========================================
- Coverage   81.04%   38.98%   -42.07%     
===========================================
  Files          35       35               
  Lines        2337     2337               
  Branches      370      370               
===========================================
- Hits         1894      911      -983     
- Misses        337     1392     +1055     
+ Partials      106       34       -72     
Flag Coverage Δ
unittests 38.93% <ø> (-42.07%) ⬇️

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

Impacted Files Coverage Δ
azure_functions_worker/functions.py 20.15% <0.00%> (-72.87%) ⬇️
azure_functions_worker/dispatcher.py 21.16% <0.00%> (-68.53%) ⬇️
azure_functions_worker/utils/tracing.py 31.81% <0.00%> (-68.19%) ⬇️
azure_functions_worker/utils/common.py 33.33% <0.00%> (-66.67%) ⬇️
azure_functions_worker/bindings/meta.py 25.30% <0.00%> (-57.84%) ⬇️
azure_functions_worker/utils/dependency.py 33.08% <0.00%> (-57.15%) ⬇️
...s/shared_memory_data_transfer/shared_memory_map.py 28.57% <0.00%> (-55.36%) ⬇️
.../shared_memory_data_transfer/file_accessor_unix.py 19.60% <0.00%> (-54.91%) ⬇️
azure_functions_worker/extension.py 44.95% <0.00%> (-54.13%) ⬇️
...ared_memory_data_transfer/shared_memory_manager.py 26.80% <0.00%> (-51.55%) ⬇️
... and 14 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 2e00ec1...18acbdf. Read the comment docs.

@vrdmr vrdmr merged commit 401801f into dev Mar 3, 2022
@vrdmr vrdmr deleted the release/vameru/remove-azure-init branch March 3, 2022 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants