Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
151 stars 63 forks source link

Add durable function submodule #111

Closed YunchuWang closed 2 years ago

YunchuWang commented 2 years ago

To check out submodule, please do git submodule update --init --remote --recursive To update submodule to latest commit, please run git submodule update --remote --merge and submit a new commit to library To check which commit submodule is at, please run git submodule status

codecov[bot] commented 2 years ago

Codecov Report

Merging #111 (741ea8d) into dev (681daae) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #111   +/-   ##
=======================================
  Coverage   84.39%   84.39%           
=======================================
  Files          46       46           
  Lines        2711     2711           
  Branches      363      363           
=======================================
  Hits         2288     2288           
  Misses        349      349           
  Partials       74       74           
Flag Coverage Δ
unittests 84.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 681daae...741ea8d. Read the comment docs.