https://github.com/GPflow/GPflow
Revision f077034ce8df72885af97607b58132ba203345b8 authored by James Hensman on 15 October 2019, 13:01:50 UTC, committed by James Hensman on 15 October 2019, 13:01:50 UTC
2 parent s f85d79b + c62ad93
Raw File
Tip revision: f077034ce8df72885af97607b58132ba203345b8 authored by James Hensman on 15 October 2019, 13:01:50 UTC
Merge branch 'develop-2.0' into james-vincent/sgpr
Tip revision: f077034
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