https://github.com/GPflow/GPflow
Revision ee9d18ec17cdd6599dd1af15ec6fe8f25fb6b138 authored by Artem Artemev on 14 March 2019, 11:25:10 UTC, committed by Artem Artemev on 14 March 2019, 11:25:10 UTC
2 parent s cf2a1b5 + 7a2e151
Raw File
Tip revision: ee9d18ec17cdd6599dd1af15ec6fe8f25fb6b138 authored by Artem Artemev on 14 March 2019, 11:25:10 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-predict-tests
Tip revision: ee9d18e
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