https://github.com/GPflow/GPflow
Raw File
Tip revision: e7a3884862c967310112d2a4187b34341a9517b5 authored by Jesper Nielsen on 08 April 2022, 09:38:29 UTC
Work on framework for gaussian process, by Jesper.
Tip revision: e7a3884
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/sphinx/notebooks/*"
back to top