https://github.com/GPflow/GPflow
Raw File
Tip revision: 44989ecc43ccd653cd9b71660ebb0d1fc9f300d9 authored by Artem Artemev on 13 August 2019, 21:55:51 UTC
Release 1.5.0 (#1020)
Tip revision: 44989ec
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top