https://github.com/GPflow/GPflow
Revision 0b938cbfd9db51bb42ce77fd5e7346bf0b2923a3 authored by Jesper Nielsen on 20 May 2022, 13:41:52 UTC, committed by GitHub on 20 May 2022, 13:41:52 UTC
1 parent cfbe1f7
Raw File
Tip revision: 0b938cbfd9db51bb42ce77fd5e7346bf0b2923a3 authored by Jesper Nielsen on 20 May 2022, 13:41:52 UTC
Support multiple variable-rank dimension specifications. (#1890)
Tip revision: 0b938cb
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/sphinx/notebooks/*"
back to top