https://github.com/GPflow/GPflow
Revision ca60ebece8d8caa05cd815faa80dcb2c4d9f658c authored by Artem Artemev on 26 March 2019, 11:44:30 UTC, committed by Artem Artemev on 26 March 2019, 11:44:30 UTC
2 parent s b70b181 + e100ca3
Raw File
Tip revision: ca60ebece8d8caa05cd815faa80dcb2c4d9f658c authored by Artem Artemev on 26 March 2019, 11:44:30 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-variational-tests
Tip revision: ca60ebe
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