https://github.com/GPflow/GPflow
Revision f8f79c6c91a9d6030cb5d11233521fb25d88cf3b authored by vdutor on 05 February 2019, 10:21:14 UTC, committed by vdutor on 05 February 2019, 10:21:14 UTC
2 parent s e47c4de + 5123e1d
Raw File
Tip revision: f8f79c6c91a9d6030cb5d11233521fb25d88cf3b authored by vdutor on 05 February 2019, 10:21:14 UTC
Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp
Tip revision: f8f79c6
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