https://github.com/GPflow/GPflow
Raw File
Tip revision: 6206625b55074c8f279331c403f2aa777f9a3ec6 authored by Jesper Nielsen on 17 October 2022, 12:38:58 UTC
Support determistic randomness.
Tip revision: 6206625
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