https://github.com/GPflow/GPflow
Revision bc043064ba61848c32a55620291dd4d8a4253ae3 authored by Vincent Dutordoir on 13 January 2021, 16:31:51 UTC, committed by GitHub on 13 January 2021, 16:31:51 UTC
1 parent 721756a
Raw File
Tip revision: bc043064ba61848c32a55620291dd4d8a4253ae3 authored by Vincent Dutordoir on 13 January 2021, 16:31:51 UTC
Quickfix dynamic shapes in quadrature (#1626)
Tip revision: bc04306
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