https://github.com/GPflow/GPflow
Raw File
Tip revision: 795dfd89638bb91bd97cb67bfda97ef0c6dccd50 authored by Artem Artemev on 21 March 2023, 14:54:27 UTC
Default likelihood variance for Gaussian likelihood
Tip revision: 795dfd8
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