https://github.com/GPflow/GPflow
Revision 765224bca965cf78b5735b4a3ecb79d5c21df398 authored by Artem Artemev on 30 January 2019, 01:11:11 UTC, committed by GitHub on 30 January 2019, 01:11:11 UTC
1 parent 0bf75f7
Raw File
Tip revision: 765224bca965cf78b5735b4a3ecb79d5c21df398 authored by Artem Artemev on 30 January 2019, 01:11:11 UTC
Tips & Tricks notebooks changes (#916)
Tip revision: 765224b
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