https://github.com/GPflow/GPflow
Revision 88456f4f39c0c891884c7ab8616f20ff99d21896 authored by vdutor on 15 March 2018, 17:08:47 UTC, committed by vdutor on 15 March 2018, 17:08:47 UTC
1 parent 350e1dc
Raw File
Tip revision: 88456f4f39c0c891884c7ab8616f20ff99d21896 authored by vdutor on 15 March 2018, 17:08:47 UTC
Split multi output stuff from single output
Tip revision: 88456f4
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