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

Added generic tests for http and servicebus #1043

Merged
merged 1 commit into from
May 24, 2022

Conversation

gavin-aguiar
Copy link
Contributor

@gavin-aguiar gavin-aguiar commented May 24, 2022

Description

Added generic tests for http and servicebus

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 May 24, 2022

Codecov Report

Merging #1043 (74c0f27) into dev (3c23a24) will decrease coverage by 50.50%.
The diff coverage is n/a.

❗ Current head 74c0f27 differs from pull request most recent head b1ad517. Consider uploading reports for the commit b1ad517 to get more accurate results

@@             Coverage Diff             @@
##              dev    #1043       +/-   ##
===========================================
- Coverage   82.88%   32.37%   -50.51%     
===========================================
  Files          33       33               
  Lines        1776     1776               
  Branches      282      282               
===========================================
- Hits         1472      575      -897     
- Misses        234     1200      +966     
+ Partials       70        1       -69     
Flag Coverage Δ
unittests 32.37% <ø> (-50.51%) ⬇️

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

Impacted Files Coverage Δ
azure_functions_worker/functions.py 24.15% <0.00%> (-70.79%) ⬇️
azure_functions_worker/dispatcher.py 19.36% <0.00%> (-69.77%) ⬇️
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%> (-55.43%) ⬇️
...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%) ⬇️
azure_functions_worker/utils/dependency.py 33.08% <0.00%> (-53.39%) ⬇️
...ared_memory_data_transfer/shared_memory_manager.py 26.80% <0.00%> (-51.55%) ⬇️
... and 13 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 3c23a24...b1ad517. Read the comment docs.

@gavin-aguiar gavin-aguiar merged commit 0ed9017 into dev May 24, 2022
@gavin-aguiar gavin-aguiar deleted the gaaguiar/generic_binding_tests branch May 24, 2022 18:56
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