https://github.com/GPflow/GPflow
Revision cef02dfe14b27b70fc165145db88194047fc7e4c authored by thevincentadam on 20 January 2020, 13:49:10 UTC, committed by thevincentadam on 20 January 2020, 13:49:10 UTC
1 parent f77e9b9
Raw File
Tip revision: cef02dfe14b27b70fc165145db88194047fc7e4c authored by thevincentadam on 20 January 2020, 13:49:10 UTC
update demo
Tip revision: cef02df
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