https://github.com/GPflow/GPflow
Revision c13d8becd2495d642d92abcac8af58af6f2be49c authored by Vincent Dutordoir on 04 February 2019, 11:02:50 UTC, committed by GitHub on 04 February 2019, 11:02:50 UTC
2 parent s d572283 + 191a1c2
Raw File
Tip revision: c13d8becd2495d642d92abcac8af58af6f2be49c authored by Vincent Dutordoir on 04 February 2019, 11:02:50 UTC
Merge branch 'develop' into vincent/notebooks-revamp
Tip revision: c13d8be
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