-
Notifications
You must be signed in to change notification settings - Fork 26
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
test: add simple Sequelize tests #1172
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## postgresql-dialect #1172 +/- ##
========================================================
+ Coverage 90.86% 90.97% +0.10%
- Complexity 2656 2685 +29
========================================================
Files 141 143 +2
Lines 9054 9162 +108
Branches 1319 1337 +18
========================================================
+ Hits 8227 8335 +108
Misses 555 555
Partials 272 272
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Adds some simple tests to verify that Sequelize works.