Azure / azure-functions-python-library

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

Add SQL Binding support #124

Closed Charles-Gagnon closed 2 years ago

Charles-Gagnon commented 2 years ago

Adds Python language support for SQL Input/Output bindings

https://github.com/Azure/azure-functions-sql-extension

(this is a continuation of https://github.com/Azure/azure-functions-python-library/pull/118 - that one can be closed)

codecov[bot] commented 2 years ago

Codecov Report

Merging #124 (eabe1b7) into dev (18c50cc) will increase coverage by 0.21%. The diff coverage is 93.50%.

@@            Coverage Diff             @@
##              dev     #124      +/-   ##
==========================================
+ Coverage   85.64%   85.85%   +0.21%     
==========================================
  Files          47       49       +2     
  Lines        2786     2863      +77     
  Branches      374      388      +14     
==========================================
+ Hits         2386     2458      +72     
- Misses        324      329       +5     
  Partials       76       76              
Flag Coverage Δ
unittests 85.85% <93.50%> (+0.21%) :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.76% <75.00%> (-0.06%) :arrow_down:
azure/functions/__init__.py 100.00% <100.00%> (ø)
azure/functions/_sql.py 100.00% <100.00%> (ø)
azure/functions/sql.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 18c50cc...eabe1b7. Read the comment docs.