Azure / azure-functions-python-library

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

added decorators for EventGrid. #122

Closed pdthummar closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #122 (fbd7af7) into dev (8a59124) will increase coverage by 0.17%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #122      +/-   ##
==========================================
+ Coverage   85.87%   86.04%   +0.17%     
==========================================
  Files          49       50       +1     
  Lines        2867     2903      +36     
  Branches      389      391       +2     
==========================================
+ Hits         2462     2498      +36     
  Misses        329      329              
  Partials       76       76              
Flag Coverage Δ
unittests 86.01% <100.00%> (+0.17%) :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/eventgrid.py 100.00% <100.00%> (ø)
azure/functions/decorators/function_app.py 98.67% <100.00%> (+0.07%) :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 8a59124...fbd7af7. Read the comment docs.