Skip to content

Add sql trigger e2e test #1375

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

Merged
merged 8 commits into from
Mar 28, 2024
Merged

Add sql trigger e2e test #1375

merged 8 commits into from
Mar 28, 2024

Conversation

lucyzhang929
Copy link
Contributor

Description

Fixes Azure/azure-functions-sql-extension#936
Adding a test for sql input, output, and trigger.


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.10%. Comparing base (c68f88b) to head (ae53ce3).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1375   +/-   ##
=======================================
  Coverage   85.10%   85.10%           
=======================================
  Files          35       35           
  Lines        1974     1974           
  Branches      374      374           
=======================================
  Hits         1680     1680           
  Misses        218      218           
  Partials       76       76           
Flag Coverage Δ
unittests 85.05% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@YunchuWang YunchuWang force-pushed the dev branch 2 times, most recently from 4556193 to b7fbdca Compare March 11, 2024 18:13
@codecov-commenter
Copy link

codecov-commenter commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.23%. Comparing base (8ebd94e) to head (a8b861a).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1375      +/-   ##
==========================================
+ Coverage   85.08%   85.23%   +0.15%     
==========================================
  Files          35       35              
  Lines        1998     1998              
  Branches      378      378              
==========================================
+ Hits         1700     1703       +3     
+ Misses        222      219       -3     
  Partials       76       76              
Flag Coverage Δ
unittests 85.18% <ø> (+0.15%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gavin-aguiar gavin-aguiar merged commit 4c8fb7b into dev Mar 28, 2024
49 checks passed
@gavin-aguiar gavin-aguiar deleted the luczhan/sqltriggere2etest branch March 28, 2024 15:27
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.

Add E2E test for Sql Trigger to Python worker
4 participants