https://github.com/GPflow/GPflow
Revision 0741129407566438e8abedc7dc5c178763c8f65d authored by Artem Artemev on 14 March 2019, 18:07:25 UTC, committed by Artem Artemev on 14 March 2019, 18:07:25 UTC
2 parent s 6c3baf0 + 0d42c6a
Raw File
Tip revision: 0741129407566438e8abedc7dc5c178763c8f65d authored by Artem Artemev on 14 March 2019, 18:07:25 UTC
Merge branch 'sergio_pasc/gpflow-2.0/move-predict-tests' of github.com:GPflow/GPflow into sergio_pasc/gpflow-2.0/move-predict-tests
Tip revision: 0741129
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