https://github.com/GPflow/GPflow
Revision f1842a9fb8a7472842303f4ad3f40c7b719530a3 authored by Vincent Dutordoir on 16 July 2020, 10:25:35 UTC, committed by GitHub on 16 July 2020, 10:25:35 UTC
1 parent d69b17d
Raw File
Tip revision: f1842a9fb8a7472842303f4ad3f40c7b719530a3 authored by Vincent Dutordoir on 16 July 2020, 10:25:35 UTC
Update readme with new project using GPflow (#1530)
Tip revision: f1842a9
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