https://github.com/GPflow/GPflow
Revision baa8beecfaedd4484e5c6d39706b6c9341773ba8 authored by st-- on 31 March 2020, 08:29:19 UTC, committed by GitHub on 31 March 2020, 08:29:19 UTC
1 parent d2ac01f
Raw File
Tip revision: baa8beecfaedd4484e5c6d39706b6c9341773ba8 authored by st-- on 31 March 2020, 08:29:19 UTC
Update upgrade guide (#1390)
Tip revision: baa8bee
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