https://github.com/GPflow/GPflow
Revision 31460d2a53406fd26582a3ea2444a0f39e3488d8 authored by Hugh Salimbeni on 23 November 2018, 09:38:23 UTC, committed by Hugh Salimbeni on 23 November 2018, 09:38:23 UTC
2 parent s 01206e1 + 4413278
Raw File
Tip revision: 31460d2a53406fd26582a3ea2444a0f39e3488d8 authored by Hugh Salimbeni on 23 November 2018, 09:38:23 UTC
Merge branch 'hughsalimbeni-broadcasting-conditional' of https://github.com/GPflow/GPflow into hugh-broadcasting-conditional
Tip revision: 31460d2
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