https://github.com/GPflow/GPflow
Revision 99e31e65d9a29e8e18f68d1bb5de4cf11e7262cd authored by Artem Artemev on 16 October 2018, 13:58:38 UTC, committed by Artem Artemev on 16 October 2018, 13:58:38 UTC
1 parent 6761391
Raw File
Tip revision: 99e31e65d9a29e8e18f68d1bb5de4cf11e7262cd authored by Artem Artemev on 16 October 2018, 13:58:38 UTC
Move multioutput
Tip revision: 99e31e6
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