https://github.com/GPflow/GPflow
Raw File
Tip revision: d95ef8222e567f4d0e0d8ea99ea64359b9b5ea48 authored by Sergio Diaz on 09 September 2019, 12:51:16 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-gplvm-tests
Tip revision: d95ef82
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