https://github.com/GPflow/GPflow
Raw File
Tip revision: b68492a9df02d16fca5ed772866c892957675dd3 authored by vdutor on 22 June 2018, 14:39:23 UTC
Merge remote-tracking branch 'origin' into merging-masters
Tip revision: b68492a
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