https://github.com/GPflow/GPflow
Raw File
Tip revision: 4c82e453a3bda760923b4a643343d484a328c1fe authored by st-- on 01 April 2021, 14:35:55 UTC
Merge branch 'develop' into st/clean_up_broadcasting_conditionals
Tip revision: 4c82e45
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