https://github.com/GPflow/GPflow
Raw File
Tip revision: 0ec6f526b98c256d3d619923916e9845013d19d6 authored by Simon Chiu on 15 March 2023, 08:59:30 UTC
Release 2.7.1 preparation
Tip revision: 0ec6f52
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