https://github.com/GPflow/GPflow
Raw File
Tip revision: 3c35cf7ac8e479fa6213500762c88bcef97f28a4 authored by Uri Granta on 08 January 2024, 08:43:44 UTC
Merge remote-tracking branch 'origin/develop' into uri/test_sgpr_changepoint_issue
Tip revision: 3c35cf7
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