https://github.com/GPflow/GPflow
Revision be9b6bc2790252860e6cefca52fa8a28e5b27f9f authored by Ayman Boustati on 04 February 2019, 16:26:51 UTC, committed by GitHub on 04 February 2019, 16:26:51 UTC
2 parent s a37c7e5 + b37e121
Raw File
Tip revision: be9b6bc2790252860e6cefca52fa8a28e5b27f9f authored by Ayman Boustati on 04 February 2019, 16:26:51 UTC
Merge pull request #915 from GPflow/ayman/notebook-revamp
Tip revision: be9b6bc
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