https://github.com/GPflow/GPflow
Raw File
Tip revision: eef9e31500ca1359313d15b8cf8ed3a4b05f06f6 authored by sc336 on 24 January 2023, 13:52:12 UTC
Merge branch 'develop' into sc336/2.7.0-merge
Tip revision: eef9e31
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