https://github.com/GPflow/GPflow
Raw File
Tip revision: d3842ee15e1285bed63e14c9b74a0d4246c9e6f2 authored by Sandeep Tailor on 10 September 2020, 10:33:04 UTC
Merge branch 'develop' into st/quickfix/dispatch_docs
Tip revision: d3842ee
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