Azure / azure-functions-python-library

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

replace abstractclassmethod with abstract/class method #121

Closed YunchuWang closed 2 years ago

YunchuWang commented 2 years ago
image

This is to fix abc abstractclassmethod deprecation

codecov[bot] commented 2 years ago

Codecov Report

Merging #121 (5a13796) into dev (ff3d9aa) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #121      +/-   ##
==========================================
+ Coverage   85.61%   85.64%   +0.02%     
==========================================
  Files          47       47              
  Lines        2781     2786       +5     
  Branches      374      374              
==========================================
+ Hits         2381     2386       +5     
  Misses        324      324              
  Partials       76       76              
Flag Coverage Δ
unittests 85.64% <100.00%> (+0.02%) :arrow_up:

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

Impacted Files Coverage Δ
azure/functions/meta.py 78.49% <100.00%> (+0.59%) :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 ff3d9aa...5a13796. Read the comment docs.