https://github.com/GPflow/GPflow
Raw File
Tip revision: b41c1f9e0caa7b9dd18d272b69fa2853a80f03b0 authored by vdutor on 19 February 2019, 09:26:19 UTC
GPLVM data
Tip revision: b41c1f9
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