Skip to content
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

Fixing extension bundle and test utils #1115

Merged
merged 9 commits into from
Oct 11, 2022
Merged

Fixing extension bundle and test utils #1115

merged 9 commits into from
Oct 11, 2022

Conversation

vrdmr
Copy link
Member

@vrdmr vrdmr commented Oct 11, 2022

Description

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 Oct 11, 2022

Codecov Report

Merging #1115 (280df16) into dev (7730062) will increase coverage by 1.26%.
The diff coverage is 92.85%.

❗ Current head 280df16 differs from pull request most recent head 992749d. Consider uploading reports for the commit 992749d to get more accurate results

@@            Coverage Diff             @@
##              dev    #1115      +/-   ##
==========================================
+ Coverage   83.88%   85.14%   +1.26%     
==========================================
  Files          34       33       -1     
  Lines        1868     1845      -23     
  Branches      300      273      -27     
==========================================
+ Hits         1567     1571       +4     
+ Misses        235      205      -30     
- Partials       66       69       +3     
Flag Coverage Δ
unittests 85.14% <92.85%> (+1.26%) ⬆️

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

Impacted Files Coverage Δ
azure_functions_worker/dispatcher.py 89.21% <80.00%> (+0.08%) ⬆️
azure_functions_worker/constants.py 100.00% <100.00%> (ø)
azure_functions_worker/loader.py 85.05% <100.00%> (+0.53%) ⬆️
azure_functions_worker/utils/wrappers.py 100.00% <100.00%> (ø)
azure_functions_worker/utils/dependency.py 86.46% <0.00%> (-3.76%) ⬇️
azure_functions_worker/main.py

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@vrdmr vrdmr force-pushed the vameru/testing-fixes branch from e85a717 to fe1fed1 Compare October 11, 2022 04:42
@vrdmr vrdmr merged commit 749bfb4 into dev Oct 11, 2022
@vrdmr vrdmr deleted the vameru/testing-fixes branch October 11, 2022 17:51
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.

2 participants