https://github.com/GPflow/GPflow
Revision aef095166280bea139f69cc13df41781076f6e81 authored by ST John on 03 February 2021, 09:57:53 UTC, committed by ST John on 03 February 2021, 09:57:53 UTC
2 parent s a4f7c6f + bc04306
Raw File
Tip revision: aef095166280bea139f69cc13df41781076f6e81 authored by ST John on 03 February 2021, 09:57:53 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/clean_up_broadcasting_conditionals
Tip revision: aef0951
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