https://github.com/GPflow/GPflow
Revision 281dc1f9b3cc47f3b58b9708cd911793b3fa13ee authored by ST John on 16 October 2019, 12:27:28 UTC, committed by ST John on 16 October 2019, 12:27:28 UTC
2 parent s 3010411 + 3b2a2ee
Raw File
Tip revision: 281dc1f9b3cc47f3b58b9708cd911793b3fa13ee authored by ST John on 16 October 2019, 12:27:28 UTC
Merge branch 'develop-2.0' of github.com:GPflow/GPflow into st/FITCvsVFE-2.0
Tip revision: 281dc1f
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top