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

Relaxin dependencies and bumping version #4

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

bergsalex
Copy link
Collaborator

No description provided.

Copy link

Test Coverage Report

============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/work/geneweaver-boolean-algebra/geneweaver-boolean-algebra
plugins: cov-4.1.0, anyio-4.8.0
collected 151 items

tests/unit/test_boolean_algebra_tool.py ....                             [  2%]
tests/unit/test_common.py .............................................. [ 33%]
                                                                         [ 33%]
tests/unit/test_gene_value.py ..............................             [ 52%]
tests/unit/test_plugin.py ...                                            [ 54%]
tests/unit/test_symmetric_difference.py ............                     [ 62%]
tests/unit/test_union.py ...........                                     [ 70%]
tests/unit/intersection/test_combination_intersection.py .........       [ 76%]
tests/unit/intersection/test_intersection.py ............                [ 84%]
tests/unit/utils/test_iterable_to_sets.py ........................       [100%]

---------- coverage: platform linux, python 3.13.1-final-0 -----------
Name                                                           Stmts   Miss  Cover
----------------------------------------------------------------------------------
src/geneweaver/tools/boolean_algebra/__init__.py                   2      0   100%
src/geneweaver/tools/boolean_algebra/intersection.py              19      0   100%
src/geneweaver/tools/boolean_algebra/plugin.py                    16      0   100%
src/geneweaver/tools/boolean_algebra/schema.py                    40      0   100%
src/geneweaver/tools/boolean_algebra/symmetric_difference.py       7      0   100%
src/geneweaver/tools/boolean_algebra/tool.py                      36      0   100%
src/geneweaver/tools/boolean_algebra/union.py                      3      0   100%
src/geneweaver/tools/boolean_algebra/utils.py                      3      0   100%
----------------------------------------------------------------------------------
TOTAL                                                            126      0   100%
Coverage HTML written to dir htmlcov

Required test coverage of 100% reached. Total coverage: 100.00%

============================= 151 passed in 2.00s ==============================

@bergsalex bergsalex merged commit 44593af into main Jan 15, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant