Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
152 stars 65 forks source link

DurableClient Converter #206

Closed hallvictoria closed 7 months ago

hallvictoria commented 7 months ago

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

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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](https://app.codecov.io/gh/Azure/azure-functions-python-library/pull/206/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/Azure/azure-functions-python-library/pull/206/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `93.07% <100.00%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.