Azure / azure-functions-python-library

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

Increase queue test code coverage to above 90% #132

Closed pdthummar closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #132 (c428a3a) into dev (1fb1b3e) will decrease coverage by 1.27%. The diff coverage is n/a.

:exclamation: Current head c428a3a differs from pull request most recent head 1cae47b. Consider uploading reports for the commit 1cae47b to get more accurate results

@@            Coverage Diff             @@
##              dev     #132      +/-   ##
==========================================
- Coverage   88.28%   87.01%   -1.28%     
==========================================
  Files          51       50       -1     
  Lines        2946     2903      -43     
  Branches      393      391       -2     
==========================================
- Hits         2601     2526      -75     
- Misses        269      301      +32     
  Partials       76       76              
Flag Coverage Δ
unittests 86.97% <ø> (-1.28%) :arrow_down:

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

Impacted Files Coverage Δ
azure/functions/http.py 53.94% <0.00%> (-30.27%) :arrow_down:
azure/functions/cosmosdb.py 74.35% <0.00%> (-25.65%) :arrow_down:
azure/functions/eventhub.py 69.46% <0.00%> (-19.09%) :arrow_down:
azure/functions/_http.py 91.30% <0.00%> (-1.74%) :arrow_down:
azure/functions/decorators/function_app.py 98.67% <0.00%> (-0.08%) :arrow_down:
azure/functions/decorators/constants.py 100.00% <0.00%> (ø)
azure/functions/decorators/table.py
azure/functions/queue.py 95.23% <0.00%> (+44.44%) :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 1fb1b3e...1cae47b. Read the comment docs.