https://github.com/GPflow/GPflow
Revision 7ec7955e8e46450955bf763f16720cf06a9c7365 authored by st-- on 28 March 2020, 16:12:50 UTC, committed by GitHub on 28 March 2020, 16:12:50 UTC
1 parent 30824d2
Raw File
Tip revision: 7ec7955e8e46450955bf763f16720cf06a9c7365 authored by st-- on 28 March 2020, 16:12:50 UTC
speed up VFF notebook (#1383)
Tip revision: 7ec7955
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