Azure / azure-functions-python-library

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

Moved SqlRow from _abc #150

Closed gavin-aguiar closed 1 year ago

gavin-aguiar commented 1 year ago

Moved sqlrow from _abc to sql.py

codecov[bot] commented 1 year ago

Codecov Report

Merging #150 (ca129ba) into dev (0f155a9) will increase coverage by 0.15%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #150      +/-   ##
==========================================
+ Coverage   90.10%   90.25%   +0.15%     
==========================================
  Files          51       51              
  Lines        3000     2995       -5     
  Branches      796      796              
==========================================
  Hits         2703     2703              
+ Misses        220      215       -5     
  Partials       77       77              
Flag Coverage Δ
unittests 90.21% <100.00%> (+0.15%) :arrow_up:

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

Impacted Files Coverage Δ
azure/functions/_abc.py 75.82% <ø> (+0.05%) :arrow_up:
azure/functions/_sql.py 100.00% <100.00%> (ø)
azure/functions/sql.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.