https://github.com/GPflow/GPflow
Raw File
Tip revision: b5656f6aa73e6ae1e0b3748063f297c112501320 authored by Artem Artemev on 15 October 2019, 08:48:33 UTC
Initial update to the parameter docstring
Tip revision: b5656f6
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