https://github.com/GPflow/GPflow
Raw File
Tip revision: 024d381db3be2215320aca9a0ba6b1425a0a7f79 authored by Khurram Ghani on 03 May 2023, 22:29:57 UTC
Merge pull request #2068 from GPflow/develop
Tip revision: 024d381
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