Azure / azure-functions-python-library

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

Increase kafka, servicebus and durable-functions test code coverage. #136

Closed pdthummar closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #136 (e813dd8) into dev (ce3e24f) will increase coverage by 0.74%. The diff coverage is n/a.

:exclamation: Current head e813dd8 differs from pull request most recent head 8a06973. Consider uploading reports for the commit 8a06973 to get more accurate results

@@            Coverage Diff             @@
##              dev     #136      +/-   ##
==========================================
+ Coverage   89.23%   89.98%   +0.74%     
==========================================
  Files          51       51              
  Lines        2946     2946              
  Branches      393      393              
==========================================
+ Hits         2629     2651      +22     
+ Misses        241      218      -23     
- Partials       76       77       +1     
Flag Coverage Δ
unittests 89.95% <ø> (+0.74%) :arrow_up:

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

Impacted Files Coverage Δ
azure/functions/servicebus.py 85.93% <0.00%> (+2.08%) :arrow_up:
azure/functions/durable_functions.py 86.36% <0.00%> (+3.03%) :arrow_up:
azure/functions/kafka.py 91.79% <0.00%> (+11.94%) :arrow_up:

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 153a321...8a06973. Read the comment docs.