https://github.com/GPflow/GPflow
Revision c23c6db7f3dda2940e44f80935c6437f1e2d9ce6 authored by James Hensman on 11 October 2019, 15:49:52 UTC, committed by James Hensman on 11 October 2019, 15:49:52 UTC
1 parent 0ee881e
Raw File
Tip revision: c23c6db7f3dda2940e44f80935c6437f1e2d9ce6 authored by James Hensman on 11 October 2019, 15:49:52 UTC
first attempt at SGPR with new interface
Tip revision: c23c6db
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