https://github.com/GPflow/GPflow
Raw File
Tip revision: d843d1ac0fd3148740499ff1d1661ec9929337e4 authored by Vincent Dutordoir on 04 June 2020, 14:25:58 UTC
Merge branch 'develop' into vincent/hotfix/preslicing-lmc
Tip revision: d843d1a
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