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

fix: Support fetching multiple databases and schemas and their associated tables #835

test that schema names are listed alphabetically

d619322
Select commit
Loading
Failed to load commit list.
Merged

fix: Support fetching multiple databases and schemas and their associated tables #835

test that schema names are listed alphabetically
d619322
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 9, 2023 in 1s

90.76% (+0.11%) compared to 1ce1ba9

View this Pull Request on Codecov

90.76% (+0.11%) compared to 1ce1ba9

Details

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (1ce1ba9) 90.64% compared to head (d619322) 90.76%.
Report is 3 commits behind head on main.

Files Patch % Lines
duckdb_engine/__init__.py 92.59% 2 Missing ⚠️
duckdb_engine/tests/test_basic.py 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #835      +/-   ##
==========================================
+ Coverage   90.64%   90.76%   +0.11%     
==========================================
  Files          10       10              
  Lines         759      801      +42     
==========================================
+ Hits          688      727      +39     
- Misses         71       74       +3     

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