https://github.com/GPflow/GPflow
Revision fe731ba1603ed99b8fdba756381ff755662706a7 authored by ST John on 12 January 2021, 14:14:37 UTC, committed by ST John on 12 January 2021, 14:14:37 UTC
2 parent s 0a2c2e3 + 721756a
Raw File
Tip revision: fe731ba1603ed99b8fdba756381ff755662706a7 authored by ST John on 12 January 2021, 14:14:37 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/new_svgp
Tip revision: fe731ba
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