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

More static typing #177

Merged
merged 6 commits into from
Dec 19, 2023

Add py.typed

abd3d05
Select commit
Loading
Failed to load commit list.
Merged

More static typing #177

Add py.typed
abd3d05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2023 in 0s

74.82% (+0.77%) compared to 9d4b59c

View this Pull Request on Codecov

74.82% (+0.77%) compared to 9d4b59c

Details

Codecov Report

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

Comparison is base (9d4b59c) 74.05% compared to head (abd3d05) 74.82%.

Files Patch % Lines
propka/hydrogens.py 0.00% 15 Missing ⚠️
propka/output.py 57.14% 15 Missing ⚠️
propka/ligand_pka_values.py 58.33% 5 Missing ⚠️
propka/group.py 75.00% 3 Missing ⚠️
propka/lib.py 93.18% 3 Missing ⚠️
propka/vector_algebra.py 91.66% 3 Missing ⚠️
propka/atom.py 94.73% 2 Missing ⚠️
propka/bonds.py 0.00% 2 Missing ⚠️
propka/parameters.py 97.89% 2 Missing ⚠️
propka/conformation_container.py 93.33% 1 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   74.05%   74.82%   +0.77%     
==========================================
  Files          25       25              
  Lines        3943     4116     +173     
==========================================
+ Hits         2920     3080     +160     
- Misses       1023     1036      +13     

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