https://github.com/GPflow/GPflow
Raw File
Tip revision: a93bb9cdcd0fac3057cbe0ee173cf3d041ab1727 authored by Uri Granta on 08 January 2024, 11:12:09 UTC
Typing
Tip revision: a93bb9c
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