https://github.com/GPflow/GPflow
Raw File
Tip revision: b83f1247a3a275c5ec83f1bfab68c559f301d9a1 authored by vdutor on 13 May 2020, 07:49:01 UTC
Merge branch 'develop'
Tip revision: b83f124
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