https://github.com/GPflow/GPflow
Revision a8e182d1c90682019f15d1684aaa848894d706f6 authored by ST John on 06 April 2021, 10:21:54 UTC, committed by ST John on 06 April 2021, 10:21:54 UTC
2 parent s 5c7e091 + 21e5317
Raw File
Tip revision: a8e182d1c90682019f15d1684aaa848894d706f6 authored by ST John on 06 April 2021, 10:21:54 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/new_svgp-redesign
Tip revision: a8e182d
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