feat: Coverage check
Added coverage. Current coverage:
Name Stmts Miss Cover
-------------------------------------------------------------------
shark_atplab/__init__.py 4 0 100%
shark_atplab/core/__init__.py 0 0 100%
shark_atplab/core/alf_scoring.py 19 0 100%
shark_atplab/core/sequence_pair_similarity.py 165 92 44%
shark_atplab/core/utils.py 62 22 65%
shark_atplab/dive/__init__.py 0 0 100%
shark_atplab/dive/prediction.py 77 41 47%
shark_atplab/dive/run.py 41 17 59%
shark_atplab/settings.py 7 0 100%
tests/__init__.py 0 0 100%
tests/core/__init__.py 0 0 100%
tests/core/test_alf_scoring.py 13 1 92%
tests/core/test_sequence_pair_similarity.py 59 1 98%
tests/core/test_utils.py 48 16 67%
tests/dive/__init__.py 0 0 100%
tests/dive/test_prediction.py 38 1 97%
tests/dive/test_run.py 25 1 96%
-------------------------------------------------------------------
TOTAL 558 192 66%