https://github.com/GPflow/GPflow
Revision 77eaccad7f3c6d18d200abf8930a96736c173a02 authored by Vincent Dutordoir on 04 June 2020, 16:03:48 UTC, committed by GitHub on 04 June 2020, 16:03:48 UTC
1 parent 6fda0e9
Raw File
Tip revision: 77eaccad7f3c6d18d200abf8930a96736c173a02 authored by Vincent Dutordoir on 04 June 2020, 16:03:48 UTC
Supporting preslicing of multi-output combination kernels (#1495)
Tip revision: 77eacca
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