https://github.com/GPflow/GPflow
Revision a0274a159cbc1526e1a5a502cb069f2ceb8a4743 authored by st-- on 21 April 2022, 10:05:08 UTC, committed by GitHub on 21 April 2022, 10:05:08 UTC
2 parent s 1237069 + 1a77914
Raw File
Tip revision: a0274a159cbc1526e1a5a502cb069f2ceb8a4743 authored by st-- on 21 April 2022, 10:05:08 UTC
Merge branch 'develop' into st/test_kernel
Tip revision: a0274a1
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