https://github.com/GPflow/GPflow
Revision a57569c04f88e4a606d48777e67fd7c55d038226 authored by ST John on 11 October 2019, 10:59:22 UTC, committed by ST John on 11 October 2019, 10:59:22 UTC
2 parent s 3a21b65 + 0b368ce
Raw File
Tip revision: a57569c04f88e4a606d48777e67fd7c55d038226 authored by ST John on 11 October 2019, 10:59:22 UTC
Merge branch 'develop-2.0' of github.com:GPflow/GPflow into st/minor_cleanup
Tip revision: a57569c
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