https://github.com/GPflow/GPflow
Raw File
Tip revision: b8a05fb755d8b420d55d1b20dcc9559cf83dc152 authored by ST John on 04 January 2020, 00:18:23 UTC
Merge branch 'develop' into st/posterior
Tip revision: b8a05fb
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