Expand tests to all branches.
Also update README with testing badge.
This commit is contained in:
6
.github/workflows/python-package.yml
vendored
6
.github/workflows/python-package.yml
vendored
@@ -1,13 +1,13 @@
|
|||||||
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
|
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||||
|
|
||||||
name: Test coverage
|
name: Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: '**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# PROPKA 3
|
# PROPKA 3
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
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)
|
||||||
based on the 3D structure.
|
based on the 3D structure.
|
||||||
|
|||||||
Reference in New Issue
Block a user