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

DurableClient Converter #206

Merged
merged 7 commits into from
Mar 6, 2024
Merged

DurableClient Converter #206

merged 7 commits into from
Mar 6, 2024

Conversation

hallvictoria
Copy link
Contributor

@hallvictoria hallvictoria commented Feb 12, 2024

Created a DurableClient converter class based off of the Generic converter type so that DurableClient is no longer a generic type. Only function needed was has_implicit_output

Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.10%. Comparing base (e1d3ebb) to head (03c0a06).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #206   +/-   ##
=======================================
  Coverage   93.09%   93.10%           
=======================================
  Files          56       56           
  Lines        3243     3247    +4     
  Branches      665      666    +1     
=======================================
+ Hits         3019     3023    +4     
  Misses        137      137           
  Partials       87       87           
Flag Coverage Δ
unittests 93.07% <100.00%> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hallvictoria hallvictoria marked this pull request as ready for review February 12, 2024 20:19
Copy link

@nytian nytian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! There is a typo in commits. Please update it before merge.

azure/functions/durable_functions.py Outdated Show resolved Hide resolved
@hallvictoria hallvictoria merged commit f022bec into dev Mar 6, 2024
13 checks passed
@hallvictoria hallvictoria deleted the hallvictoria/durable-converter branch March 6, 2024 21:47
davidmrdavid pushed a commit that referenced this pull request Mar 11, 2024
* sample durableClient converter

* dc converter & test

* lint

* removed unnecessary funcs

* typo

---------

Co-authored-by: Victoria Hall <victoria.hall@microsoft.com>
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