-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add sql trigger e2e test #1375
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
4556193
to
b7fbdca
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Fixes Azure/azure-functions-sql-extension#936
Adding a test for sql input, output, and trigger.
PR information
Quality of Code and Contribution Guidelines