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 SQLAlchemy .in_ operator test case for #577 #842

Merged
merged 1 commit into from
Sep 3, 2022

Conversation

Nothing4You
Copy link
Collaborator

What do these changes do?

Add SQLAlchemy .in_ operator test case for #577

Are there changes in behavior for the user?

no

Related issue number

Relates to #577

Checklist

  • Unit tests for the changes exist

@Nothing4You Nothing4You added this to the 0.2 milestone Sep 3, 2022
@codecov
Copy link

codecov bot commented Sep 3, 2022

Codecov Report

Merging #842 (fe98dd1) into master (ab13f94) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #842      +/-   ##
==========================================
+ Coverage   93.63%   93.64%   +0.01%     
==========================================
  Files          36       36              
  Lines        5532     5542      +10     
  Branches      937      939       +2     
==========================================
+ Hits         5180     5190      +10     
  Misses        262      262              
  Partials       90       90              
Flag Coverage Δ
ubuntu-latest_3.10_mariadb-10.3 90.18% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.10_mariadb-10.4 90.18% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.10_mariadb-10.5 90.16% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.10_mariadb-10.6 90.16% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.10_mariadb-10.7 90.16% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.10_mariadb-10.8 90.16% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.10_mysql-5.7 90.86% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.10_mysql-8.0 92.25% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.11-dev_mariadb-10.3 90.14% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.11-dev_mariadb-10.4 90.14% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.11-dev_mariadb-10.5 90.12% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.11-dev_mariadb-10.6 90.12% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.11-dev_mariadb-10.7 90.12% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.11-dev_mariadb-10.8 90.12% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.11-dev_mysql-5.7 90.83% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.11-dev_mysql-8.0 92.22% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.7_mariadb-10.3 89.63% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.7_mariadb-10.4 89.63% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.7_mariadb-10.5 89.61% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.7_mariadb-10.6 89.61% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.7_mariadb-10.7 89.61% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.7_mariadb-10.8 89.61% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.7_mysql-5.7 90.36% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.7_mysql-8.0 91.83% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.8_mariadb-10.3 90.22% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.8_mariadb-10.4 90.22% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.8_mariadb-10.5 90.20% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.8_mariadb-10.6 90.20% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.8_mariadb-10.7 90.20% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.8_mariadb-10.8 90.20% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.8_mysql-5.7 90.91% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.8_mysql-8.0 92.28% <100.00%> (+0.01%) ⬆️
ubuntu-latest_3.9_mariadb-10.3 90.06% <90.00%> (-0.01%) ⬇️
ubuntu-latest_3.9_mariadb-10.4 90.06% <90.00%> (-0.01%) ⬇️
ubuntu-latest_3.9_mariadb-10.5 90.04% <90.00%> (-0.01%) ⬇️
ubuntu-latest_3.9_mariadb-10.6 90.04% <90.00%> (-0.01%) ⬇️
ubuntu-latest_3.9_mariadb-10.7 90.04% <90.00%> (-0.01%) ⬇️
ubuntu-latest_3.9_mariadb-10.8 90.04% <90.00%> (-0.01%) ⬇️
ubuntu-latest_3.9_mysql-5.7 90.74% <90.00%> (-0.01%) ⬇️
ubuntu-latest_3.9_mysql-8.0 92.12% <90.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
tests/sa/test_sa_connection.py 97.39% <100.00%> (+0.07%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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

Successfully merging this pull request may close these issues.

1 participant