https://github.com/GPflow/GPflow
Revision dc7db322a2c95335308e0482941007a416dda4a6 authored by st-- on 25 February 2019, 11:06:18 UTC, committed by GitHub on 25 February 2019, 11:06:18 UTC
2 parent s 8517439 + 5ef8813
Raw File
Tip revision: dc7db322a2c95335308e0482941007a416dda4a6 authored by st-- on 25 February 2019, 11:06:18 UTC
Merge branch 'develop' into ayman/multioutput-notebook
Tip revision: dc7db32
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top