-
Notifications
You must be signed in to change notification settings - Fork 68
DurableClient Converter #206
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
Conversation
…-library into hallvictoria/durable-converter
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this 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.
* sample durableClient converter * dc converter & test * lint * removed unnecessary funcs * typo --------- Co-authored-by: Victoria Hall <victoria.hall@microsoft.com>
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