https://github.com/GPflow/GPflow
Revision d1387a73bccc01dad23c7880d0db7fffc08df1b1 authored by James Hensman on 15 October 2019, 16:24:06 UTC, committed by James Hensman on 15 October 2019, 16:24:06 UTC
1 parent f870c66
Raw File
Tip revision: d1387a73bccc01dad23c7880d0db7fffc08df1b1 authored by James Hensman on 15 October 2019, 16:24:06 UTC
edits to fitc
Tip revision: d1387a7
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