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

Moving Dapr bindings and triggers to FunctionApp and getting rid of DaprFunctionApp #191

Merged
merged 3 commits into from
Oct 2, 2023

Conversation

ASHIQUEMD
Copy link
Contributor

@ASHIQUEMD ASHIQUEMD commented Sep 29, 2023

Refactoring Dapr Extension Python library to be part of FunctionApp class instead of DaprFunctionApp. This will make the dapr usage seamless with other functions binding and triggers. This will also keep the existing user not change to any other class and use the existing FunctionApp for Dapr bindings and trigger.

…aprFunctionApp

Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
…aprFunctionApp

Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
…aprFunctionApp

Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #191 (3ef7079) into dev (ec4957e) will decrease coverage by 0.03%.
The diff coverage is 97.33%.

@@            Coverage Diff             @@
##              dev     #191      +/-   ##
==========================================
- Coverage   91.27%   91.25%   -0.03%     
==========================================
  Files          58       57       -1     
  Lines        3415     3406       -9     
  Branches      847      847              
==========================================
- Hits         3117     3108       -9     
  Misses        220      220              
  Partials       78       78              
Flag Coverage Δ
unittests 91.22% <97.33%> (-0.03%) ⬇️

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

Files Coverage Δ
azure/functions/__init__.py 100.00% <ø> (ø)
azure/functions/decorators/__init__.py 100.00% <ø> (ø)
azure/functions/decorators/dapr.py 100.00% <ø> (ø)
azure/functions/decorators/function_app.py 99.05% <97.33%> (-0.29%) ⬇️

@gavin-aguiar gavin-aguiar merged commit a11d154 into Azure:dev Oct 2, 2023
7 of 9 checks passed
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.

None yet

3 participants