https://github.com/GPflow/GPflow
Revision d0b455640a4d7d5f4157f5c627235c3adca0eccc authored by ST John on 15 March 2021, 11:15:58 UTC, committed by ST John on 15 March 2021, 11:15:58 UTC
2 parent s e68e2fe + 1831a5d
Raw File
Tip revision: d0b455640a4d7d5f4157f5c627235c3adca0eccc authored by ST John on 15 March 2021, 11:15:58 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/new_svgp
Tip revision: d0b4556
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