Azure / azure-functions-python-library

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

Address pyspec feedback for new programming model #112

Closed YunchuWang closed 2 years ago

YunchuWang commented 2 years ago

Changes involving:

  1. FunctionApp init auth_level -> http_auth_level
  2. FunctionApp init remove app_kwargs
  3. FunctionApp init change asgi_app/wsgi_app to kwargs
  4. Remove data type from route
  5. Change all trigger decorators to noun naming
codecov[bot] commented 2 years ago

Codecov Report

Merging #112 (372a799) into dev (4bb65c1) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #112      +/-   ##
==========================================
+ Coverage   84.65%   84.67%   +0.01%     
==========================================
  Files          46       46              
  Lines        2717     2714       -3     
  Branches      363      363              
==========================================
- Hits         2300     2298       -2     
  Misses        343      343              
+ Partials       74       73       -1     
Flag Coverage Δ
unittests 84.67% <100.00%> (+0.01%) :arrow_up:

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

Impacted Files Coverage Δ
azure/functions/decorators/function_app.py 99.21% <100.00%> (+0.37%) :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 4bb65c1...372a799. Read the comment docs.