https://github.com/GPflow/GPflow
Revision 58db7561bb5eea6c356b876d2702de244ff81648 authored by Ayman Boustati on 04 February 2019, 11:06:20 UTC, committed by Ayman Boustati on 04 February 2019, 11:06:20 UTC
2 parent s 7610f98 + d572283
Raw File
Tip revision: 58db7561bb5eea6c356b876d2702de244ff81648 authored by Ayman Boustati on 04 February 2019, 11:06:20 UTC
Merge remote-tracking branch 'origin/vincent/notebooks-revamp' into ayman/notebook-revamp
Tip revision: 58db756
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