https://github.com/GPflow/GPflow
Revision d12be33ee0c843e0405171bf1a89019fc29c12b7 authored by joelberkeley-pio on 27 May 2020, 19:30:03 UTC, committed by GitHub on 27 May 2020, 19:30:03 UTC
1 parent 1929a36
Raw File
Tip revision: d12be33ee0c843e0405171bf1a89019fc29c12b7 authored by joelberkeley-pio on 27 May 2020, 19:30:03 UTC
add type hints: inducing_variables (#1487)
Tip revision: d12be33
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