https://github.com/GPflow/GPflow
Revision f2c8127b5c67eb0f84b1b1e5a84e2cb1b3283831 authored by Mark van der Wilk on 19 January 2018, 18:21:05 UTC, committed by GitHub on 19 January 2018, 18:21:05 UTC
2 parent s b9d40db + ab0e2ab
Raw File
Tip revision: f2c8127b5c67eb0f84b1b1e5a84e2cb1b3283831 authored by Mark van der Wilk on 19 January 2018, 18:21:05 UTC
Merge branch 'master' into awav/documentation-update
Tip revision: f2c8127
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