https://github.com/GPflow/GPflow
Raw File
Tip revision: ae390970f25a41f4be8993e08bb7e1ce3923dc20 authored by frgsimpson on 18 August 2022, 15:08:45 UTC
Define initial likelihood variance
Tip revision: ae39097
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