https://github.com/GPflow/GPflow
Revision 9fac59f584c463cf3f9f11344c140c01e1d41190 authored by vdutor on 30 January 2019, 14:04:09 UTC, committed by vdutor on 30 January 2019, 14:04:09 UTC
2 parent s 470920c + d9fa6a9
Raw File
Tip revision: 9fac59f584c463cf3f9f11344c140c01e1d41190 authored by vdutor on 30 January 2019, 14:04:09 UTC
Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp
Tip revision: 9fac59f
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