https://github.com/GPflow/GPflow
Raw File
Tip revision: 457ddf89341f5ac22641eda524747fa2ad628a2f authored by Jesper Nielsen on 08 March 2022, 13:31:32 UTC
Support Optional values for check_shapes. (#1797)
Tip revision: 457ddf8
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