https://github.com/GPflow/GPflow
Revision b474291fea9d3048d3e1c6cd545e50c47ec1d763 authored by st-- on 15 October 2019, 10:07:27 UTC, committed by GitHub on 15 October 2019, 10:07:27 UTC
1 parent 4aef40d
Raw File
Tip revision: b474291fea9d3048d3e1c6cd545e50c47ec1d763 authored by st-- on 15 October 2019, 10:07:27 UTC
GPflow2.0 notebook update: kernel design (#1087)
Tip revision: b474291
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