Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SQL Bindings #118

Closed
wants to merge 12 commits into from
Closed

Conversation

lucyzhang929
Copy link
Contributor

No description provided.

@lucyzhang929 lucyzhang929 marked this pull request as ready for review April 20, 2022 19:03
@codecov
Copy link

codecov bot commented Apr 20, 2022

Codecov Report

Merging #118 (8491864) into dev (18c50cc) will decrease coverage by 0.20%.
The diff coverage is 77.92%.

@@            Coverage Diff             @@
##              dev     #118      +/-   ##
==========================================
- Coverage   85.64%   85.43%   -0.21%     
==========================================
  Files          47       49       +2     
  Lines        2786     2863      +77     
  Branches      374      388      +14     
==========================================
+ Hits         2386     2446      +60     
- Misses        324      341      +17     
  Partials       76       76              
Flag Coverage Δ
unittests 85.43% <77.92%> (-0.21%) ⬇️

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

Impacted Files Coverage Δ
azure/functions/sql.py 72.97% <72.97%> (ø)
azure/functions/_abc.py 75.76% <75.00%> (-0.06%) ⬇️
azure/functions/_sql.py 88.88% <88.88%> (ø)
azure/functions/__init__.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...8491864. Read the comment docs.

def to_json(self) -> str:
"""Return the JSON representation of the SqlRow"""
return json.dumps(dict(self))

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add tests to address codecov warnings?

@YunchuWang
Copy link
Member

can we add description for this PR?

data.append(row)

else:
raise NotImplementedError
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a message with the NotImplementedError

@Charles-Gagnon
Copy link
Contributor

@YunchuWang @vrdmr @gavin-aguiar This can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants