https://github.com/GPflow/GPflow
Raw File
Tip revision: a228884dff09e15af3be6b3b7fbf8bd0254cc413 authored by st-- on 17 July 2020, 13:13:44 UTC
Merge branch 'develop' into st/quickfix_num_latent
Tip revision: a228884
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