https://github.com/GPflow/GPflow
Raw File
Tip revision: fb9171bc2f98adf62119f6adba6b3aa15d940093 authored by Jesper Nielsen on 25 April 2022, 16:07:46 UTC
Iterate on check_shapes documentation.
Tip revision: fb9171b
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