https://github.com/GPflow/GPflow
Raw File
Tip revision: e3419d76507d4e8ae735923d433aa65b801afa79 authored by st-- on 17 April 2023, 08:19:38 UTC
Merge branch 'develop' into natgrad-change
Tip revision: e3419d7
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