Expand tests to all branches.

Also update README with testing badge.
This commit is contained in:
Nathan Baker
2020-06-20 08:24:16 -07:00
parent 151125b18c
commit d982745858
2 changed files with 5 additions and 3 deletions

View File

@@ -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:

View File

@@ -1,5 +1,7 @@
# PROPKA 3 # PROPKA 3
![Tests](https://github.com/jensengroup/propka/workflows/Tests/badge.svg)
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.