https://github.com/GPflow/GPflow
Raw File
Tip revision: 71eadd1d17286e63ed313e4607553beb6b3b666b authored by vdutor on 20 December 2018, 11:40:38 UTC
Start Shared Mixed Mok
Tip revision: 71eadd1
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