https://github.com/GPflow/GPflow
Revision 903b60d2df1c83b1ddadf47cbefb3cf446b582f1 authored by Vincent Dutordoir on 27 August 2020, 10:50:00 UTC, committed by GitHub on 27 August 2020, 10:50:00 UTC
1 parent d025f96
Raw File
Tip revision: 903b60d2df1c83b1ddadf47cbefb3cf446b582f1 authored by Vincent Dutordoir on 27 August 2020, 10:50:00 UTC
Update min TFP supported version to 0.10 (#1551)
Tip revision: 903b60d
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