https://github.com/GPflow/GPflow
Raw File
Tip revision: cbfeb8f4783a2628937e6ac071937b58e8d04946 authored by sc336 on 26 January 2023, 16:02:23 UTC
Merge branch 'develop' into sc336/2.7.0-master-merge-again
Tip revision: cbfeb8f
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