swh:1:snp:6298e170750eb9cfb13fbd6f84b11ca6a6738b27
Raw File
Tip revision: aa35514d956cc73cb2d6ca37fe2a34d50fe4a3e8 authored by Jesper Nielsen on 08 April 2022, 09:38:29 UTC
Work on framework for gaussian process, by Jesper.
Tip revision: aa35514
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