https://github.com/GPflow/GPflow
Revision eef9e31500ca1359313d15b8cf8ed3a4b05f06f6 authored by sc336 on 24 January 2023, 13:52:12 UTC, committed by GitHub on 24 January 2023, 13:52:12 UTC
2 parent s a568fed + 0923140
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