https://github.com/GPflow/GPflow
Revision a5add0fad9fff902a7f6ae84573eb98bb0417af1 authored by vdutor on 28 January 2019, 15:22:49 UTC, committed by vdutor on 28 January 2019, 15:22:49 UTC
1 parent 830d414
Raw File
Tip revision: a5add0fad9fff902a7f6ae84573eb98bb0417af1 authored by vdutor on 28 January 2019, 15:22:49 UTC
intro to notebooks
Tip revision: a5add0f
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