https://github.com/GPflow/GPflow
Revision 692ab2ff4c58a4f64da6fb854638ec5f38fd660a authored by ST John on 13 January 2021, 14:22:43 UTC, committed by ST John on 13 January 2021, 14:22:43 UTC
1 parent 696b30e
Raw File
Tip revision: 692ab2ff4c58a4f64da6fb854638ec5f38fd660a authored by ST John on 13 January 2021, 14:22:43 UTC
Dispatcher instead of if-elif for posterior_class
Tip revision: 692ab2f
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top