Merge pull request #76 from Becksteinlab/coverage-updates
coverage updates
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest and coverage
|
- name: Test with pytest and coverage
|
||||||
run: |
|
run: |
|
||||||
coverage run -m pytest
|
coverage run --source=propka -m pytest
|
||||||
coverage report -m | tee coverage.txt
|
coverage report -m | tee coverage.txt
|
||||||
coverage html
|
coverage html
|
||||||
- name: Upload coverage to https://codecov.io/gh/jensengroup/propka
|
- name: Upload coverage to https://codecov.io/gh/jensengroup/propka
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# PROPKA 3
|
# PROPKA 3
|
||||||
|
|
||||||

|

|
||||||
|
](https://codecov.io/gh/jensengroup/propka)
|
||||||
|
[](https://badge.fury.io/py/propka)
|
||||||
|
|
||||||
PROPKA predicts the pKa values of ionizable groups in proteins
|
PROPKA predicts the pKa values of ionizable groups in proteins
|
||||||
(version 3.0) and protein-ligand complexes (version 3.1 and later)
|
(version 3.0) and protein-ligand complexes (version 3.1 and later)
|
||||||
|
|||||||
Reference in New Issue
Block a user