https://github.com/GPflow/GPflow
Revision 185cc8f6385d06b3ee7cb337824ba895cca77803 authored by st-- on 27 September 2018, 10:14:51 UTC, committed by GitHub on 27 September 2018, 10:14:51 UTC
2 parent s 2a16f04 + e8ba02e
Raw File
Tip revision: 185cc8f6385d06b3ee7cb337824ba895cca77803 authored by st-- on 27 September 2018, 10:14:51 UTC
Merge branch 'develop' into hughsalimbeni-patch-1
Tip revision: 185cc8f
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