https://github.com/GPflow/GPflow
Raw File
Tip revision: a90aa72b1fdba4fa99eaeba6742ceb330f87dee6 authored by Uri Granta on 27 November 2023, 13:42:49 UTC
Update RELEASE.md
Tip revision: a90aa72
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