https://github.com/GPflow/GPflow
Raw File
Tip revision: fbe158b2cf48fa6c94fa1ce00dbb0858d53d15f8 authored by Uri Granta on 07 February 2024, 09:12:17 UTC
Old-style generic types
Tip revision: fbe158b
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