https://github.com/GPflow/GPflow
Revision 22f450d947d7c893a2fc33f0536d0411e6caa891 authored by Alexander G. de G. Matthews on 07 December 2017, 00:00:17 UTC, committed by GitHub on 07 December 2017, 00:00:17 UTC
2 parent s c951c3a + c3d5f28
Raw File
Tip revision: 22f450d947d7c893a2fc33f0536d0411e6caa891 authored by Alexander G. de G. Matthews on 07 December 2017, 00:00:17 UTC
Merge branch 'master' into awav/documentation
Tip revision: 22f450d
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"
back to top