https://github.com/GPflow/GPflow
Raw File
Tip revision: eda49521bbf6300fd4042f8557accd9f69e9e9b8 authored by Uri Granta on 27 June 2023, 07:04:20 UTC
Prepare Release 2.8.1
Tip revision: eda4952
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