Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

test: add test for enum reflection #450

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

test: add test for enum reflection #450

wants to merge 8 commits into from

Conversation

Mause
Copy link
Owner

@Mause Mause commented Nov 16, 2022

No description provided.

@Mause Mause linked an issue Nov 16, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Nov 16, 2022

Codecov Report

Merging #450 (7d2f082) into master (3e76ef6) will decrease coverage by 6.14%.
The diff coverage is 31.81%.

❗ Current head 7d2f082 differs from pull request most recent head 1cb1d6e. Consider uploading reports for the commit 1cb1d6e to get more accurate results

@@            Coverage Diff             @@
##           master     #450      +/-   ##
==========================================
- Coverage   94.63%   88.49%   -6.15%     
==========================================
  Files           9        9              
  Lines         541      539       -2     
==========================================
- Hits          512      477      -35     
- Misses         29       62      +33     
Impacted Files Coverage Δ
duckdb_engine/tests/test_basic.py 92.38% <21.05%> (-7.12%) ⬇️
duckdb_engine/__init__.py 89.43% <100.00%> (+1.57%) ⬆️
duckdb_engine/tests/test_ibis.py 19.23% <0.00%> (-76.93%) ⬇️
duckdb_engine/tests/test_datatypes.py 100.00% <0.00%> (ø)
duckdb_engine/tests/test_integration.py 100.00% <0.00%> (ø)

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

@Mause Mause force-pushed the Mause-patch-1 branch 3 times, most recently from e28d053 to e478a46 Compare November 16, 2022 04:10
@Mause Mause changed the title test: add test for enums in ibis test: add test for enum reflection Nov 16, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure enums work correctly
1 participant