https://github.com/GPflow/GPflow
Raw File
Tip revision: 4b1d72a5b70310581a33025fc662b9ed817476eb authored by Uri Granta on 07 February 2024, 10:53:00 UTC
Bump version to 2.9.1 in preparation for release
Tip revision: 4b1d72a
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