https://github.com/GPflow/GPflow
Raw File
Tip revision: 64a52dd9887ef748ac08579f2f3011d463cddf5a authored by vdutor on 15 February 2019, 10:47:07 UTC
Add unit test
Tip revision: 64a52dd
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