Azure / azure-functions-python-library

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

added decorators for Table storage. #123

Closed pdthummar closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #123 (0266999) into dev (284c15d) will increase coverage by 0.20%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #123      +/-   ##
==========================================
+ Coverage   86.04%   86.25%   +0.20%     
==========================================
  Files          50       51       +1     
  Lines        2903     2946      +43     
  Branches      391      393       +2     
==========================================
+ Hits         2498     2541      +43     
  Misses        329      329              
  Partials       76       76              
Flag Coverage Δ
unittests 86.21% <100.00%> (+0.20%) :arrow_up:

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

Impacted Files Coverage Δ
azure/functions/decorators/constants.py 100.00% <100.00%> (ø)
azure/functions/decorators/function_app.py 98.74% <100.00%> (+0.07%) :arrow_up:
azure/functions/decorators/table.py 100.00% <100.00%> (ø)

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 284c15d...0266999. Read the comment docs.