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

Bumping pyproject version #1

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Bumping pyproject version #1

merged 1 commit into from
Nov 16, 2023

Conversation

bergsalex
Copy link
Collaborator

No description provided.

Copy link

Test Coverage Report

============================= test session starts ==============================
platform linux -- Python 3.11.6, pytest-7.4.0, pluggy-1.2.0
rootdir: /home/runner/work/geneweaver-boolean-algebra/geneweaver-boolean-algebra
plugins: anyio-3.7.1, cov-4.1.0
collected 148 items

tests/unit/test_boolean_algebra_tool.py ....                             [  2%]
tests/unit/test_common.py .............................................. [ 33%]
                                                                         [ 33%]
tests/unit/test_gene_value.py ..............................             [ 54%]
tests/unit/test_symmetric_difference.py ............                     [ 62%]
tests/unit/test_union.py ...........                                     [ 69%]
tests/unit/intersection/test_combination_intersection.py .........       [ 75%]
tests/unit/intersection/test_intersection.py ............                [ 83%]
tests/unit/utils/test_iterable_to_sets.py ........................       [100%]

---------- coverage: platform linux, python 3.11.6-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/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                                                            110      0   100%
Coverage HTML written to dir htmlcov

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

============================= 148 passed in 1.09s ==============================

@bergsalex bergsalex merged commit aa8d2b7 into main Nov 16, 2023
9 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