https://github.com/GPflow/GPflow
Revision 8aba58b41819b00c7db5d42326757e532802dd18 authored by st-- on 02 July 2018, 22:08:40 UTC, committed by GitHub on 02 July 2018, 22:08:40 UTC
2 parent s 5198f6b + 495b6eb
Raw File
Tip revision: 8aba58b41819b00c7db5d42326757e532802dd18 authored by st-- on 02 July 2018, 22:08:40 UTC
Merge branch 'master' into icouckuy-derivatives
Tip revision: 8aba58b
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