https://github.com/GPflow/GPflow
Revision 4265691d6e752af82b74f8d687f603801ebcc9d1 authored by Artem Artemev on 02 July 2019, 15:44:39 UTC, committed by Artem Artemev on 02 July 2019, 15:44:39 UTC
2 parent s 94a9b56 + 19b695b
Raw File
Tip revision: 4265691d6e752af82b74f8d687f603801ebcc9d1 authored by Artem Artemev on 02 July 2019, 15:44:39 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/intro-gpflow2.0-notebook
Tip revision: 4265691
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