https://github.com/GPflow/GPflow
Revision b68492a9df02d16fca5ed772866c892957675dd3 authored by vdutor on 22 June 2018, 14:39:23 UTC, committed by vdutor on 22 June 2018, 14:39:23 UTC
2 parent s 67f388f + bb08f22
Raw File
Tip revision: b68492a9df02d16fca5ed772866c892957675dd3 authored by vdutor on 22 June 2018, 14:39:23 UTC
Merge remote-tracking branch 'origin' into merging-masters
Tip revision: b68492a
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