https://github.com/GPflow/GPflow
Revision b15aee1ae8601dbc668b2d304f7576e2a2dcfdf8 authored by ST John on 16 December 2020, 18:17:57 UTC, committed by ST John on 16 December 2020, 18:17:57 UTC
1 parent 92e3176
Raw File
Tip revision: b15aee1ae8601dbc668b2d304f7576e2a2dcfdf8 authored by ST John on 16 December 2020, 18:17:57 UTC
NewSVGP posterior test
Tip revision: b15aee1
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/source/notebooks/*"
back to top